diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9043b4d0e2dc186c2727429b99fd2cfe7dadf09..2c67e5634254fee5d0ae646712759eaa972d5138 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [2.0.1](https://gitlab.com/to-be-continuous/python/compare/2.0.0...2.0.1) (2021-10-04)
+
+
+### Bug Fixes
+
+* disable poetry usage ([17d57cb](https://gitlab.com/to-be-continuous/python/commit/17d57cb9626de30be281c147486745df78f78545))
+
 ## [2.0.0](https://gitlab.com/to-be-continuous/python/compare/1.3.0...2.0.0) (2021-09-08)
 
 ### Features
diff --git a/README.md b/README.md
index c9a18aa9d590330148e6f9db9d582ecd07f6b662..4b623cf4f5218fd1f6722c8c073e605876a53f7e 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: '2.0.0'
+    ref: '2.0.1'
     file: '/templates/gitlab-ci-python.yml'
 ```
 
diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml
index b3568f3cc15bccd75bf9ccc277dad82eb78a623d..ea1ff3fa894bd03b1c813699987db55e30e32fa8 100644
--- a/templates/gitlab-ci-python.yml
+++ b/templates/gitlab-ci-python.yml
@@ -305,7 +305,7 @@ variables:
     fi
   }
 
-  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update python "2.0.0"; fi
+  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update python "2.0.1"; 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", "2.0.0"]
+      command: ["--service", "python", "2.0.1"]
   # Cache downloaded dependencies and plugins between builds.
   # To keep cache across branches add 'key: "$CI_JOB_NAME"'
   cache: