bump: version 1.2.5 → 1.3.0 [CI SKIP]
continuous-integration/drone/tag Build is passing Details

main 1.3.0
flavien 2023-06-18 14:29:19 +00:00
parent 5608bb1434
commit f65ecb6612
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
## 1.3.0 (2023-06-18)
### Feat
- **CI**: poetry venv + deployment folder
## 1.2.5 (2023-06-17)
### Fix

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "unicorn-post"
version = "1.2.5"
version = "1.3.0"
description = "A Django web app to post messages on my Pimoroni Galactic unicorn via MQTT"
authors = ["Flavien Henrion <flavien@coincoinmail.fr>"]
@ -79,7 +79,7 @@ lint = ["check_format", "check_types", "check_code"]
test = "python django_app/manage.py test django_app/"
[tool.commitizen]
version = "1.2.5"
version = "1.3.0"
update_changelog_on_bump = true
bump_message = "bump: version $current_version → $new_version [CI SKIP]"
annotated_tags = true