Skip to content

Commit

Permalink
Bump version v0.16.0 (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
Landeers authored Feb 26, 2024
1 parent ae49377 commit d690e9d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "resana_secure"
version = "0.15.4"
version = "0.16.0"
description = ""
authors = ["Scille SAS"]

Expand Down
2 changes: 1 addition & 1 deletion client/resana_secure/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.15.4"
__version__ = "0.16.0"
2 changes: 1 addition & 1 deletion packaging/snap/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: resana-secure
version: 0.15.4
version: 0.16.0
summary: Secure cloud framework
description: |
Resana is a cloud-based application that allow simple yet
Expand Down
16 changes: 8 additions & 8 deletions server/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "resana_server"
version = "0.15.4"
version = "0.16.0"
description = ""
authors = ["Scille SAS"]
packages = [
Expand All @@ -27,7 +27,7 @@ oscrypto = "1.3.0"
werkzeug = "2.2.3"

# install parsec from pypi for linux, or from git for windows & macos
parsec-cloud = { version = "^2.16.3", extras = ["backend"] }
parsec-cloud = { version = "^2.17.0", extras = ["backend"] }

[tool.poetry.dev-dependencies]
pytest = "^8.0"
Expand Down

0 comments on commit d690e9d

Please sign in to comment.