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 Aug 15, 2024
1 parent ca399de commit c39c1cd
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.12.1
DOCKER_TAG=1.12.2

# 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.35"
version = "0.3.36"
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 c39c1cd

Please sign in to comment.