Skip to content

Commit

Permalink
Versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Oct 1, 2024
1 parent d1cc0b7 commit f8fb173
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion applications/accounts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/keycloak/keycloak:16.1.0
FROM quay.io/keycloak/keycloak:16.1.1

# add kubectl
USER root
Expand Down
2 changes: 1 addition & 1 deletion applications/common/server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "openapi_server"
VERSION = "2.3.0"
VERSION = "2.4.0"

# To install the library, run the following
#
Expand Down
2 changes: 1 addition & 1 deletion applications/notifications/server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "notifications"
VERSION = "2.3.0"
VERSION = "2.4.0"

# To install the library, run the following
#
Expand Down
2 changes: 1 addition & 1 deletion applications/samples/backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "samples"
VERSION = "2.3.0"
VERSION = "2.4.0"

# To install the library, run the following
#
Expand Down
2 changes: 1 addition & 1 deletion applications/volumemanager/server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "volumemanager"
VERSION = "2.3.0"
VERSION = "2.4.0"

# To install the library, run the following
#
Expand Down
2 changes: 1 addition & 1 deletion applications/workflows/server/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup, find_packages

NAME = "workflows_api"
VERSION = "2.3.0"
VERSION = "2.4.0"

# To install the library, run the following
#
Expand Down
2 changes: 1 addition & 1 deletion libraries/client/cloudharness_cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "cloudharness-cli"
VERSION = "2.3.0"
VERSION = "2.4.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion libraries/cloudharness-common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


NAME = "cloudharness"
VERSION = "2.3.0"
VERSION = "2.4.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion libraries/cloudharness-utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


NAME = "cloudharness_utils"
VERSION = "2.3.0"
VERSION = "2.4.0"
# To install the library, run the following
#
# python setup.py install
Expand Down
2 changes: 1 addition & 1 deletion libraries/models/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
HERE = dn(realpath(__file__))

NAME = "cloudharness_model"
VERSION = "2.3.0"
VERSION = "2.4.0"
REQUIREMENTS = [
"Jinja2 >= 3.1.3",
"oyaml >= 1.0",
Expand Down

0 comments on commit f8fb173

Please sign in to comment.