diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5cc9de387f6335cba46f131d11882515ccaba2b6..534e5d46d91ce63595aef41a87186a9a192aa0a1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.37 +current_version = 2.0.38 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 090d3dc0c4b1bdba345988da6cb5bd25f92f3819..3b2d8e2f7db812af2794f710f9808ac9b95c2fb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,4 +90,4 @@ EXPOSE 80 ENTRYPOINT ["./entrypoint.sh"] CMD ["/opt/core/run-httpd.sh"] -LABEL version="2.0.37" +LABEL version="2.0.38" diff --git a/charts/vs-registrar/Chart.yaml b/charts/vs-registrar/Chart.yaml index 489005a0084e658a8a00c214477ffcadc197d193..0ab88fcef331534b23203bece25a51f52e190613 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: "2.0.37" +version: "2.0.38" # 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: "2.0.37" +appVersion: "2.0.38" diff --git a/charts/vs-renderer/Chart.yaml b/charts/vs-renderer/Chart.yaml index 70565cca375c04d8127c951bc56ba8b9ad151e8e..b60506d9458293acedce17618ffae52118adf1fc 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: "2.0.37" +version: "2.0.38" # 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: "2.0.37" +appVersion: "2.0.38" diff --git a/setup.py b/setup.py index 89dd0d80f2f355b076a2459a701882d52a0efd0a..3e32884408d5d99532a72bd33381cad7b889f7e8 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = "" setup( name="registrar", # Replace with your own username - version="2.0.37", + version="2.0.38", author="", author_email="", description="registrar for PVS",