diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c26810430bec6d244e788ff4af01efbe5e440c9..d1699d2a5443d105364ac227fcadce08292e0043 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [3.2.1](https://gitlab.com/to-be-continuous/python/compare/3.2.0...3.2.1) (2021-12-21)
+
+
+### Bug Fixes
+
+* **safety:** fix command not found when poetry is used ([1ee673b](https://gitlab.com/to-be-continuous/python/commit/1ee673b8e323d4e5733ae3cf91eb74fdc5393a9e))
+
 # [3.2.0](https://gitlab.com/to-be-continuous/python/compare/3.1.1...3.2.0) (2021-12-20)
 
 
diff --git a/README.md b/README.md
index 29d6a67f20121a0fdfa973e6bae3963ab5564bfd..852e98e2160a25292792e3ad9886c5e7265e84b6 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: '3.2.0'
+    ref: '3.2.1'
     file: '/templates/gitlab-ci-python.yml'
 ```
 
diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml
index 33691d40da1128d294ed6b12a72d8e71592ca3fe..9b9bda375ab50478b010c3b8700a1de22e81beb1 100644
--- a/templates/gitlab-ci-python.yml
+++ b/templates/gitlab-ci-python.yml
@@ -340,7 +340,7 @@ variables:
     fi
   }
 
-  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update python "3.2.0"; fi
+  if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update python "3.2.1"; fi
   unscope_variables
 
   # ENDSCRIPT
@@ -352,7 +352,7 @@ variables:
   image: $PYTHON_IMAGE
   services:
     - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
-      command: ["--service", "python", "3.2.0"]
+      command: ["--service", "python", "3.2.1"]
   # Cache downloaded dependencies and plugins between builds.
   # To keep cache across branches add 'key: "$CI_JOB_NAME"'
   cache: