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

chore(release): 6.3.4 [skip ci]

parent 7d95ca15
No related branches found
No related tags found
No related merge requests found
## [6.3.4](https://gitlab.com/to-be-continuous/python/compare/6.3.3...6.3.4) (2023-09-22)
### Bug Fixes
* **bumpversion:** fix bumpversion CLI arguments ([7d95ca1](https://gitlab.com/to-be-continuous/python/commit/7d95ca15781e83b8bba05394f095bd5ffc211fc8)), closes [#53](https://gitlab.com/to-be-continuous/python/issues/53)
## [6.3.3](https://gitlab.com/to-be-continuous/python/compare/6.3.2...6.3.3) (2023-08-09) ## [6.3.3](https://gitlab.com/to-be-continuous/python/compare/6.3.2...6.3.3) (2023-08-09)
......
...@@ -9,7 +9,7 @@ In order to include this template in your project, add the following to your `gi ...@@ -9,7 +9,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: '6.3.3' ref: '6.3.4'
file: '/templates/gitlab-ci-python.yml' file: '/templates/gitlab-ci-python.yml'
``` ```
......
...@@ -556,7 +556,7 @@ stages: ...@@ -556,7 +556,7 @@ stages:
image: $PYTHON_IMAGE image: $PYTHON_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "python", "6.3.3"] command: ["--service", "python", "6.3.4"]
# 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