Skip to content

Commit

Permalink
versions updated, ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulineMauryL committed Jul 12, 2024
1 parent 6229f61 commit 8bc79c7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions client/deploy/helm/charts/lomas_client/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ description: Lomas's Secure Data Disclosure deployment chart for the client envi

type: application

version: 0.1.0
version: 0.2.0

appVersion: "0.1.1"
appVersion: "0.2.0"
2 changes: 1 addition & 1 deletion client/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
name="lomas_client",
packages=find_packages(),
version="0.1.2",
version="0.2.0",
description="A client to interact with the Lomas server.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
4 changes: 4 additions & 0 deletions docs/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@
- "en"
"v0.1.2":
tag: "v0.1.2"
languages:
- "en"
"v0.2.0":
tag: "v0.2.0"
languages:
- "en"
4 changes: 2 additions & 2 deletions server/deploy/helm/charts/lomas_server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Lomas deployment chart

type: application

version: 0.1.2
version: 0.2.0

appVersion: "0.1.2"
appVersion: "0.2.0"

dependencies:
- name: mongodb
Expand Down

0 comments on commit 8bc79c7

Please sign in to comment.