Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit d2b0098a authored by Karine Bauch's avatar Karine Bauch
Browse files

Bump version: 0.0.0 → 0.1.0

parent 04eed36b
No related branches found
No related tags found
1 merge request!10.1.0
[tool.bumpversion]
commit = true
config-file = "pyproject.toml"
current_version = "0.0.0"
current_version = "0.1.0"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
replace = "{new_version}"
search = "{current_version}"
......
......@@ -7,4 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.1.0] - 2024-06-24
* Initial commit
......@@ -12,7 +12,7 @@ As a remote Template (recommended):
```yaml
include:
- remote: 'https://lab.frogg.it/beebryte/cicd/pytest/-/raw/0.0.0/templates/pytest.yml'
- remote: 'https://lab.frogg.it/beebryte/cicd/pytest/-/raw/0.1.0/templates/pytest.yml'
```
## Customize job
......
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