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 May 24, 2023
1 parent b8826ac commit d1bdad7
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.6.0
DOCKER_TAG=1.6

# 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.4"
version = "0.3.5"
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 d1bdad7

Please sign in to comment.