Commit bf530cd5 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 6.1.4 [skip ci]

## [6.1.4](https://gitlab.com/to-be-continuous/python/compare/6.1.3...6.1.4) (2023-03-18)

### Bug Fixes

* **bumpversion:** use bumpversion configuration in priority if cfg file found ([cd4abb30](https://gitlab.com/to-be-continuous/python/commit/cd4abb30aa8670de948c5a0e76f3ccff9144436e))
parent 8439694e
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [6.1.4](https://gitlab.com/to-be-continuous/python/compare/6.1.3...6.1.4) (2023-03-18)


### Bug Fixes

* **bumpversion:** use bumpversion configuration in priority if cfg file found ([cd4abb3](https://gitlab.com/to-be-continuous/python/commit/cd4abb30aa8670de948c5a0e76f3ccff9144436e))

## [6.1.3](https://gitlab.com/to-be-continuous/python/compare/6.1.2...6.1.3) (2023-01-29)


+1 −1
Original line number Diff line number Diff line
@@ -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.1.3'
    ref: '6.1.4'
    file: '/templates/gitlab-ci-python.yml'
```

+1 −1
Original line number Diff line number Diff line
@@ -565,7 +565,7 @@ variables:
  image: $PYTHON_IMAGE
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "python", "6.1.3"]
      command: ["--service", "python", "6.1.4"]
  # Cache downloaded dependencies and plugins between builds.
  # To keep cache across branches add 'key: "$CI_JOB_NAME"'
  cache: