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 9baeafb1 authored by Dorian Turba's avatar Dorian Turba
Browse files

Bump version: 0.0.0 → 0.1.0

parent 2f9d5f99
No related branches found
No related tags found
No related merge requests found
Pipeline #66618 passed
[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}"
......
......@@ -9,4 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[![Pipeline](https://gitlab.com/swepy/cicd-templates/mypy/badges/trunk/pipeline.svg)](https://gitlab.com/swepy/cicd-templates/mypy/-/pipelines?ref=trunk)
## [0.1.0] - 2025-06-19
[![Pipeline](https://gitlab.com/swepy/cicd-templates/mypy/badges/0.0.0/pipeline.svg)](https://gitlab.com/swepy/cicd-templates/mypy/-/pipelines?ref=0.1.0)
* Initial commit
......@@ -10,7 +10,7 @@ Add the following in your `.gitlab-ci.yml` file.
```yaml
include:
- component: $CI_SERVER_FQDN/swepy/cicd-templates/mypy/mypy@0.0.0
- component: $CI_SERVER_FQDN/swepy/cicd-templates/mypy/mypy@0.1.0
```
# Component inputs
......
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