Skip to content

Commit

Permalink
version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulineMauryL committed Sep 11, 2024
1 parent 8fe4f95 commit 9cf9e4c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.3.1
version: 0.3.2

appVersion: "0.3.1"
appVersion: "0.3.2"
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.3.1",
version="0.3.2",
description="A client to interact with the Lomas server.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
4 changes: 2 additions & 2 deletions docs/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
tag: "v0.3.0"
languages:
- "en"
"v0.3.1":
tag: "v0.3.1"
"v0.3.2":
tag: "v0.3.2"
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.3.1
version: 0.3.2

appVersion: "0.3.1"
appVersion: "0.3.2"

dependencies:
- name: mongodb
Expand Down

0 comments on commit 9cf9e4c

Please sign in to comment.