From 1797a0bca9a36a8a2bd7fabb33d0f9977fdc88b4 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 24 Nov 2024 16:37:01 +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 9d7b614..2229647 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.13.2 +DOCKER_TAG=1.13.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 dff2bd1..49d2572 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.41" +version = "0.3.42" description = "A set of fields that wrap standard Django fields with encryption provided Piiano Vault." authors = ["Imri Goldberg "] license = "MIT"