diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index df248c306ce556ca5ba926e5506091453e2f8822..65863d55db9ed2e8569a17636608f8c9af5382de 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.7.13
+current_version = 2.7.14
 commit = True
 tag = True
 tag_name = {new_version}
diff --git a/hbp.yml b/hbp.yml
index 251d4569192778d03e94be38840d304bc2d448c7..e671c262ede8067e959a01a4e6060190cb046e9e 100644
--- a/hbp.yml
+++ b/hbp.yml
@@ -58,9 +58,9 @@ testing:
     command: ./test.sh
 
 release_management:
-  current_version: 2.7.13
-  current_code_release: https://github.com/HBPMedical/portal-backend/archive/2.7.13.zip
-  current_binary_release: https://pypi.python.org/pypi/portal-backend/2.7.13
+  current_version: 2.7.14
+  current_code_release: https://github.com/HBPMedical/portal-backend/archive/2.7.14.zip
+  current_binary_release: https://pypi.python.org/pypi/portal-backend/2.7.14
   release_script: 'publish.sh'
 
 continuous_integration:
@@ -75,10 +75,10 @@ continuous_integration:
 distribution:
   docker_hub:
     name: hbpmip/portal-backend
-    current_tag: 2.7.13
+    current_tag: 2.7.14
     url: https://hub.docker.com/r/hbpmip/portal-backend/
     badge: https://img.shields.io/badge/docker-hbpmip%2Fportal--backend-008bb8.svg
-    command: docker pull hbpmip/portal-backend:2.7.13
+    command: docker pull hbpmip/portal-backend:2.7.14
 
 planning:
   github:
diff --git a/pom.xml b/pom.xml
index 71445658e62fe3aa658c78d7865afc02e7a3be85..d6da1898248b58e169d6b9bf427311ff8d153785 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
     <groupId>eu.hbp.mip</groupId>
     <artifactId>portal-backend</artifactId>
-    <version>2.7.13</version><!-- BUMP_VERSION -->
+    <version>2.7.14</version><!-- BUMP_VERSION -->
     <packaging>jar</packaging>
 
     <name>portal-backend</name>