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

chore(release): 6.1.5 [skip ci]

parent b843bddf
No related branches found
No related tags found
No related merge requests found
Pipeline #101351 skipped
## [6.1.5](https://gitlab.com/to-be-continuous/python/compare/6.1.4...6.1.5) (2023-03-28)
### Bug Fixes
* **sbom:** add CycloneDX report ([6525c1c](https://gitlab.com/to-be-continuous/python/commit/6525c1cf39fe2e88039122a523bc96e6b1903431))
## [6.1.4](https://gitlab.com/to-be-continuous/python/compare/6.1.3...6.1.4) (2023-03-18)
......
......@@ -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.4'
ref: '6.1.5'
file: '/templates/gitlab-ci-python.yml'
```
......
......@@ -565,7 +565,7 @@ variables:
image: $PYTHON_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "python", "6.1.4"]
command: ["--service", "python", "6.1.5"]
# 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