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 Nov 24, 2024
1 parent b6640b6 commit 1797a0b
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.13.2
DOCKER_TAG=1.13.3

# 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.41"
version = "0.3.42"
description = "A set of fields that wrap standard Django fields with encryption provided Piiano Vault."
authors = ["Imri Goldberg <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 1797a0b

Please sign in to comment.