From 6ce9e87b961dd56063b668ff845011a733f77dc7 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 18 Aug 2024 21:44:16 +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 d47cf29..299ddbe 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.12.2 +DOCKER_TAG=1.12.3 # Deletes container if exists. docker rm -f pvault-server diff --git a/sdk/orm-django/pyproject.toml b/sdk/orm-django/pyproject.toml index 619cf5e..551a115 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.36" +version = "0.3.37" description = "A set of fields that wrap standard Django fields with encryption provided Piiano Vault." authors = ["Imri Goldberg "] license = "MIT"