Skip to content
Snippets Groups Projects
Commit 51574b22 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 5.1.0 [skip ci]

# [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 ([5bea2dd8](https://gitlab.com/to-be-continuous/python/commit/5bea2dd8e9e4e50cdf6f0c7c6ef882e82b97c7d6))
parent bd965b24
No related branches found
Tags 5 5.1 5.1.0
No related merge requests found
# [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)
......
......@@ -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'
```
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment