Skip to content

Commit

Permalink
update version to patch
Browse files Browse the repository at this point in the history
  • Loading branch information
piiano-cicd committed Jun 29, 2023
1 parent 279b0ab commit e2084bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/django-encryption-example/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ IFS=$'\n\t'
shopt -s expand_aliases

# Random string.
DOCKER_TAG=1.6.2
DOCKER_TAG=1.7.0

# Deletes container if exists.
docker rm -f pvault-server
Expand Down
2 changes: 1 addition & 1 deletion sdk/orm-django/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-encryption"
version = "0.3.7"
version = "0.3.8"
description = "A set of fields that wrap standard Django fields with encryption provided Piiano Vault."
authors = ["Imri Goldberg <imri.goldberg@piiano.com>"]
license = "MIT"
Expand Down

0 comments on commit e2084bb

Please sign in to comment.