From e2084bbe2a188b903d2e60ee66ebec679be4c4b2 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Thu, 29 Jun 2023 15:09:26 +0000 Subject: [PATCH] update version to patch --- examples/django-encryption-example/run.sh | 2 +- sdk/orm-django/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/django-encryption-example/run.sh b/examples/django-encryption-example/run.sh index 5395ade..be112cb 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.2 +DOCKER_TAG=1.7.0 # Deletes container if exists. docker rm -f pvault-server diff --git a/sdk/orm-django/pyproject.toml b/sdk/orm-django/pyproject.toml index 8bc6c2f..d9af298 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.7" +version = "0.3.8" description = "A set of fields that wrap standard Django fields with encryption provided Piiano Vault." authors = ["Imri Goldberg "] license = "MIT"