diff --git a/examples/django-encryption-example/run.sh b/examples/django-encryption-example/run.sh index 117a4ad..db3abcd 100755 --- a/examples/django-encryption-example/run.sh +++ b/examples/django-encryption-example/run.sh @@ -5,7 +5,7 @@ IFS=$'\n\t' shopt -s expand_aliases # Random string. -DOCKER_TAG=1.6.0 +DOCKER_TAG=1.6 # Deletes container if exists. docker rm -f pvault-server diff --git a/sdk/orm-django/pyproject.toml b/sdk/orm-django/pyproject.toml index a0bd7c9..89ff7ba 100644 --- a/sdk/orm-django/pyproject.toml +++ b/sdk/orm-django/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-encryption" -version = "0.3.4" +version = "0.3.5" description = "A set of fields that wrap standard Django fields with encryption provided Piiano Vault." authors = ["Imri Goldberg "] license = "MIT"