diff --git a/README.md b/README.md
index 6ca3a8579a3e053d43b185b907f50bc718783ba3..7679217c87821f5a284324e63a72745fc3841c7e 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
 ```yaml
 include:
   - project: 'to-be-continuous/python'
-    ref: '1.1.0'
+    ref: '1.2.0'
     file: '/templates/gitlab-ci-python.yml'
 ```
 
diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml
index f9f12ce9faa53b32801bd453209b19f03ff9c886..5bc8835c7c653f75749794eb3d8f5ac01b733754 100644
--- a/templates/gitlab-ci-python.yml
+++ b/templates/gitlab-ci-python.yml
@@ -305,7 +305,7 @@ variables:
     fi
   }
 
-  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update python "1.1.0"; fi
+  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update python "1.2.0"; fi
   unscope_variables
 
   # ENDSCRIPT
@@ -317,7 +317,7 @@ variables:
   image: $PYTHON_IMAGE
   services:
     - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
-      command: ["--service", "python", "1.1.0"]
+      command: ["--service", "python", "1.2.0"]
   # Cache downloaded dependencies and plugins between builds.
   # To keep cache across branches add 'key: "$CI_JOB_NAME"'
   cache: