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

Bump version: 0.1.3 → 0.2.0

parent f8a120a4
No related branches found
No related tags found
No related merge requests found
Pipeline #34288 passed
...@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.2.0] - 2024-05-08
### Added
* MIT licence to template
## [0.1.3] - 2024-05-08 ## [0.1.3] - 2024-05-08
### Fixed ### Fixed
......
...@@ -6,7 +6,7 @@ plugins.line-length.enabled = false ...@@ -6,7 +6,7 @@ plugins.line-length.enabled = false
allow-dirty = true allow-dirty = true
commit = true commit = true
config-file = "pyproject.toml" config-file = "pyproject.toml"
current_version = "0.1.3" current_version = "0.2.0"
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