diff --git a/CHANGELOG.md b/CHANGELOG.md index a9013ba64aba196d621721a82f6d4816ed87c775..0dceb8a0fb0b5885b7d9498508d3566d3e9d5a2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.1.4](https://gitlab.com/to-be-continuous/python/compare/6.1.3...6.1.4) (2023-03-18) + + +### Bug Fixes + +* **bumpversion:** use bumpversion configuration in priority if cfg file found ([cd4abb3](https://gitlab.com/to-be-continuous/python/commit/cd4abb30aa8670de948c5a0e76f3ccff9144436e)) + ## [6.1.3](https://gitlab.com/to-be-continuous/python/compare/6.1.2...6.1.3) (2023-01-29) diff --git a/README.md b/README.md index 5522d7afae54d5ce68293c70b157e70bb6bd3dfd..e87088e1796a9ccd943732ba7f42e56b9f8e4837 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/python' - ref: '6.1.3' + ref: '6.1.4' file: '/templates/gitlab-ci-python.yml' ``` diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index 19e35aa8204964b370918b66b64d56592fd8fff0..0f170841804b3341d976a4bbd00195d7d2f22ed6 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -565,7 +565,7 @@ variables: image: $PYTHON_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "python", "6.1.3"] + command: ["--service", "python", "6.1.4"] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: