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
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [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)


+1 −1
Original line number Diff line number Diff line
@@ -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'
```

+1 −1
Original line number Diff line number Diff line
@@ -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: