diff --git a/CHANGELOG.md b/CHANGELOG.md index 125a64ca5ed85927a04b435a44bb08650a70c4cd..922b614a6bad02137424a5e69c384a909ffc18e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.1.0](https://gitlab.com/to-be-continuous/python/compare/5.0.0...5.1.0) (2022-09-11) + + +### Features + +* add ability to setup build tool version in PYTHON_BUILD_SYSTEM ([5bea2dd](https://gitlab.com/to-be-continuous/python/commit/5bea2dd8e9e4e50cdf6f0c7c6ef882e82b97c7d6)) + # [5.0.0](https://gitlab.com/to-be-continuous/python/compare/4.2.0...5.0.0) (2022-08-05) diff --git a/README.md b/README.md index 8c19f6d3e2c85cd90b00e6be35ae88ec45de23d8..946086086248e7beede3477762946c505911e703 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: '5.0.0' + ref: '5.1.0' file: '/templates/gitlab-ci-python.yml' ``` diff --git a/templates/gitlab-ci-python.yml b/templates/gitlab-ci-python.yml index 58ab4bc0dc53b93e79763259ec5ee154ef32413a..c9502f0ad6545ad827accf9d459b7886e45ee7ad 100644 --- a/templates/gitlab-ci-python.yml +++ b/templates/gitlab-ci-python.yml @@ -563,7 +563,7 @@ variables: image: $PYTHON_IMAGE services: - name: "$TBC_TRACKING_IMAGE" - command: ["--service", "python", "5.0.0"] + command: ["--service", "python", "5.1.0"] # Cache downloaded dependencies and plugins between builds. # To keep cache across branches add 'key: "$CI_JOB_NAME"' cache: