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

chore(release): 6.0.1 [skip ci]

parent bb64f96f
No related branches found
Tags 2.0.1
No related merge requests found
## [6.0.1](https://gitlab.com/to-be-continuous/python/compare/6.0.0...6.0.1) (2022-10-04)
### Bug Fixes
* **bandit:** fix shell syntax error ([bb64f96](https://gitlab.com/to-be-continuous/python/commit/bb64f96f228f13da9204567cb45a1d62d53ca121))
# [6.0.0](https://gitlab.com/to-be-continuous/python/compare/5.1.0...6.0.0) (2022-10-04)
......
......@@ -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: '6.0.0'
ref: '6.0.1'
file: '/templates/gitlab-ci-python.yml'
```
......
......@@ -563,7 +563,7 @@ variables:
image: $PYTHON_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "python", "6.0.0"]
command: ["--service", "python", "6.0.1"]
# 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