diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 924c223573ae46a5f3cbe1327e74379cbfebda28..4cb5e9260a86c1db9a768c8acc9ce02a471ecb52 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.1.1 +current_version = 3.2.0 commit = True tag = True parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))? diff --git a/Dockerfile b/Dockerfile index a5e972064be257ae3c60b1d1dd2bbab1a711e3b7..a901599d492782a347489f38be04713244042f09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,4 +84,4 @@ EXPOSE 80 ENTRYPOINT ["./entrypoint.sh"] CMD ["/opt/core/run-httpd.sh"] -LABEL version="3.1.1" +LABEL version="3.2.0" diff --git a/charts/vs-registrar/Chart.yaml b/charts/vs-registrar/Chart.yaml index 41f73a4708a5342dfe6032964c031da25cdbc999..b3ff009945e16f1e51453d65f90b5b3f880527c8 100644 --- a/charts/vs-registrar/Chart.yaml +++ b/charts/vs-registrar/Chart.yaml @@ -19,10 +19,10 @@ maintainers: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "3.1.1" +version: "3.2.0" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "3.1.1" +appVersion: "3.2.0" diff --git a/charts/vs-renderer/Chart.yaml b/charts/vs-renderer/Chart.yaml index 92eba646613402dabe03de95cfd818ee0f786f3f..178a05eed87c77c6c3c9e368df9a04c17c9dc87c 100644 --- a/charts/vs-renderer/Chart.yaml +++ b/charts/vs-renderer/Chart.yaml @@ -19,10 +19,10 @@ maintainers: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: "3.1.1" +version: "3.2.0" # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "3.1.1" +appVersion: "3.2.0" diff --git a/setup.py b/setup.py index 9bddabd051ef3ee24d0426ab3a78b9b0201fa47d..893490d85a53ee0576c97e0d4ed048bd6f168dbd 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = "" setup( name="registrar", # Replace with your own username - version="3.1.1", + version="3.2.0", author="", author_email="", description="registrar for PVS",