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

chore(release): 4.1.1 [skip ci]

parent 500f6b36
Branches
Tags
No related merge requests found
## [4.1.1](https://gitlab.com/to-be-continuous/python/compare/4.1.0...4.1.1) (2022-05-06)
### Bug Fixes
* Manage deprecation for artifacts:report:cobertura ([9d7bcf3](https://gitlab.com/to-be-continuous/python/commit/9d7bcf393212c73ed16dd306abcd5a82ff04e5e5))
# [4.1.0](https://gitlab.com/to-be-continuous/python/compare/4.0.1...4.1.0) (2022-05-01) # [4.1.0](https://gitlab.com/to-be-continuous/python/compare/4.0.1...4.1.0) (2022-05-01)
......
...@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -11,7 +11,7 @@ In order to include this template in your project, add the following to your `gi
```yaml ```yaml
include: include:
- project: 'to-be-continuous/python' - project: 'to-be-continuous/python'
ref: '4.1.0' ref: '4.1.1'
file: '/templates/gitlab-ci-python.yml' file: '/templates/gitlab-ci-python.yml'
``` ```
......
...@@ -543,7 +543,7 @@ variables: ...@@ -543,7 +543,7 @@ variables:
image: $PYTHON_IMAGE image: $PYTHON_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "python", "4.1.0"] command: ["--service", "python", "4.1.1"]
# Cache downloaded dependencies and plugins between builds. # Cache downloaded dependencies and plugins between builds.
# To keep cache across branches add 'key: "$CI_JOB_NAME"' # To keep cache across branches add 'key: "$CI_JOB_NAME"'
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment