From c4f25ca7af86d79ecfe087e6703682a426b09243 Mon Sep 17 00:00:00 2001
From: Lubomir Dolezal <lubomir.bucek@eox.at>
Date: Mon, 21 Mar 2022 17:38:11 +0100
Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.39=20=E2=86=92=202.0.40?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .bumpversion.cfg               | 2 +-
 Dockerfile                     | 2 +-
 charts/vs-registrar/Chart.yaml | 4 ++--
 charts/vs-renderer/Chart.yaml  | 4 ++--
 setup.py                       | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 6950a30..c2042bf 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.0.39
+current_version = 2.0.40
 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 de4157a..f41c783 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -90,4 +90,4 @@ EXPOSE 80
 ENTRYPOINT ["./entrypoint.sh"]
 CMD ["/opt/core/run-httpd.sh"]
 
-LABEL version="2.0.39"
+LABEL version="2.0.40"
diff --git a/charts/vs-registrar/Chart.yaml b/charts/vs-registrar/Chart.yaml
index 891f48c..2a1e955 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.39"
+version: "2.0.40"
 
 # 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.39"
+appVersion: "2.0.40"
diff --git a/charts/vs-renderer/Chart.yaml b/charts/vs-renderer/Chart.yaml
index 7750f5b..fb03a68 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.39"
+version: "2.0.40"
 
 # 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.39"
+appVersion: "2.0.40"
diff --git a/setup.py b/setup.py
index 457eb80..2f96d89 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ long_description = ""
 
 setup(
     name="registrar",  # Replace with your own username
-    version="2.0.39",
+    version="2.0.40",
     author="",
     author_email="",
     description="registrar for PVS",
-- 
GitLab