Skip to content

Commit

Permalink
Bump version 0.14.1 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Landeers authored Sep 14, 2023
1 parent 4648d4c commit f131ad3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ git checkout -b MAJOR.MINOR
```

1) Modify version in `resana_secure/_version.py`
2) Modify version in `packaging/snap/snap/snapcraft.yaml`
3) Modify version in `pyproject.toml`
4) Create the release commit

Expand Down
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.14.0"
version = "0.14.1"
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.14.0"
__version__ = "0.14.1"
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.14.0
version: 0.14.1
summary: Secure cloud framework
description: |
Resana is a cloud-based application that allow simple yet
Expand Down
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "resana_server"
version = "0.14.0"
version = "0.14.1"
description = ""
authors = ["Scille SAS"]
packages = [
Expand Down

0 comments on commit f131ad3

Please sign in to comment.