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

Bump version: 0.2.2 → 0.2.3

parent 198bae6a
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ All notable changes to this job will be documented in this file. ...@@ -4,6 +4,8 @@ All notable changes to this job will be documented in this file.
## [Unreleased] ## [Unreleased]
## [0.2.3] - 2024-05-06
### Fixed ### Fixed
* Job name is now set to `release_by_changelog` * Job name is now set to `release_by_changelog`
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
allow-dirty = true allow-dirty = true
commit = true commit = true
config-file = "pyproject.toml" config-file = "pyproject.toml"
current_version = "0.2.2" current_version = "0.2.3"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)" parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
replace = "{new_version}" replace = "{new_version}"
search = "{current_version}" search = "{current_version}"
......
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