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

chore(release): 6.3.1 [skip ci]

parent 31907dbd
No related branches found
Tags 2.0.1
No related merge requests found
## [6.3.1](https://gitlab.com/to-be-continuous/python/compare/6.3.0...6.3.1) (2023-06-27)
### Bug Fixes
* **publish:** avoid rebuilding packages (optimization) ([0002705](https://gitlab.com/to-be-continuous/python/commit/0002705aa22716db026a90f6a899ef786efcbe35))
# [6.3.0](https://gitlab.com/to-be-continuous/python/compare/6.2.0...6.3.0) (2023-05-28)
......
......@@ -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.3.0'
ref: '6.3.1'
file: '/templates/gitlab-ci-python.yml'
```
......
......@@ -555,7 +555,7 @@ stages:
image: $PYTHON_IMAGE
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "python", "6.3.0"]
command: ["--service", "python", "6.3.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