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

chore(release): 6.3.2 [skip ci]

parent 51e80211
Branches
Tags
No related merge requests found
## [6.3.2](https://gitlab.com/to-be-continuous/python/compare/6.3.1...6.3.2) (2023-07-07)
### Bug Fixes
* **package:** expire built artifacts ([d4f7b4a](https://gitlab.com/to-be-continuous/python/commit/d4f7b4aa24c2ae220b98fa56d66aaafe5794fbc7))
## [6.3.1](https://gitlab.com/to-be-continuous/python/compare/6.3.0...6.3.1) (2023-06-27) ## [6.3.1](https://gitlab.com/to-be-continuous/python/compare/6.3.0...6.3.1) (2023-06-27)
......
...@@ -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.1' ref: '6.3.2'
file: '/templates/gitlab-ci-python.yml' file: '/templates/gitlab-ci-python.yml'
``` ```
......
...@@ -555,7 +555,7 @@ stages: ...@@ -555,7 +555,7 @@ stages:
image: $PYTHON_IMAGE image: $PYTHON_IMAGE
services: services:
- name: "$TBC_TRACKING_IMAGE" - name: "$TBC_TRACKING_IMAGE"
command: ["--service", "python", "6.3.1"] command: ["--service", "python", "6.3.2"]
# 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