diff --git a/CHANGELOG.md b/CHANGELOG.md index 11debdfd2d56d0e552b7cead960682850c679a7d..dced654481723be61319087795424fc3d411ddad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.3](https://gitlab.com/to-be-continuous/python/compare/2.0.2...2.0.3) (2021-10-12) + + +### Bug Fixes + +* disable poetry usage (py-doc) ([73d5f2a](https://gitlab.com/to-be-continuous/python/commit/73d5f2a024f72c0b28b4ef10895bd8113ff7f932)) + ## [2.0.2](https://gitlab.com/to-be-continuous/python/compare/2.0.1...2.0.2) (2021-10-07) diff --git a/README.md b/README.md index d53ba3d32ebeb9fdf89df2a1abf994d7d7b39ef3..cfe75a2860050b9d5b615b4457f1497c387f74f8 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.2' + ref: '2.0.3' file: '/templates/gitlab-ci-python.yml' ``` diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index 78ca4e195217f127413342ba172c18d91d42e207..adb60a299bb458996d8ab527a06fa9428424fbe0 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.2"; fi + if [[ "$TEMPLATE_CHECK_UPDATE_DISABLED" != "true" ]]; then check_for_update python "2.0.3"; 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.2"] + command: ["--service", "python", "2.0.3"] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: