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

chore(release): 6.1.2 [skip ci]

parent 1c01ec91
No related branches found
No related tags found
No related merge requests found
## [6.1.2](https://gitlab.com/to-be-continuous/python/compare/6.1.1...6.1.2) (2023-01-28)
### Bug Fixes
* PYTHON_PROJECT_DIR support for py-sbom ([2e7dc62](https://gitlab.com/to-be-continuous/python/commit/2e7dc62ea4d91ac4af80ca3652547992db71c966))
## [6.1.1](https://gitlab.com/to-be-continuous/python/compare/6.1.0...6.1.1) (2023-01-27)
......
......@@ -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.1'
ref: '6.1.2'
file: '/templates/gitlab-ci-python.yml'
```
......
......@@ -565,7 +565,7 @@ variables:
image: $PYTHON_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "python", "6.1.1"]
command: ["--service", "python", "6.1.2"]
# 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.
Please register or to comment