diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index dbd5bc7f1c17bae33c791d7469a4912a2bd59d9f..7fcae21b0603bddf2e0ec1dae60c8852eecef7a3 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 2.0.0
+current_version = 2.1.0
 commit = True
 tag = True
 tag_name = {new_version}
@@ -12,3 +12,4 @@ search = <version>{current_version}</version><!-- BUMP_VERSION -->
 [bumpversion:file:Dockerfile]
 
 [bumpversion:file:hbp.yml]
+
diff --git a/Dockerfile b/Dockerfile
index 4196234abec501073b774282d7c24dd262ba0d6a..8c5244eb44ce5f643b94538b61c837d93febbbae 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,7 +16,7 @@ RUN apk add --update ca-certificates wget \
 COPY docker/runner/config/application.tmpl /config/application.tmpl
 COPY docker/runner/README.md docker/runner/run.sh /
 
-ENV PORTAL_BACKEND_VERSION=2.0.0
+ENV PORTAL_BACKEND_VERSION=2.1.0
 
 COPY target/portal-backend-$PORTAL_BACKEND_VERSION.jar backend.jar
 
diff --git a/hbp.yml b/hbp.yml
index 32c42458258aa4a15aa56763aa7d0bf28258ef0f..0c1a928b70762797ea106aa96169603fe08e0ff0 100644
--- a/hbp.yml
+++ b/hbp.yml
@@ -58,9 +58,9 @@ testing:
     command: ./test.sh
 
 release_management:
-  current_version: 2.0.0
-  current_code_release: https://github.com/HBPMedical/portal-backend/archive/2.0.0.zip
-  current_binary_release: https://pypi.python.org/pypi/portal-backend/2.0.0
+  current_version: 2.1.0
+  current_code_release: https://github.com/HBPMedical/portal-backend/archive/2.1.0.zip
+  current_binary_release: https://pypi.python.org/pypi/portal-backend/2.1.0
   release_script: 'publish.sh'
 
 continuous_integration:
@@ -75,10 +75,10 @@ continuous_integration:
 distribution:
   docker_hub:
     name: hbpmip/portal-backend
-    current_tag: 2.0.0
+    current_tag: 2.1.0
     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.0.0
+    command: docker pull hbpmip/portal-backend:2.1.0
 
 planning:
   github:
diff --git a/pom.xml b/pom.xml
index 34879a53741d62e8218bcbeb759313911bd9b0c2..cede93877df2d1b30b1306b84de0d500b383d27e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
     <groupId>eu.hbp.mip</groupId>
     <artifactId>portal-backend</artifactId>
-    <version>2.0.0</version><!-- BUMP_VERSION -->
+    2.1.0
     <packaging>jar</packaging>
 
     <name>portal-backend</name>