Bump version: 1.2.0 → 1.2.1
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Fabio Manganiello 2024-07-27 15:40:20 +02:00
parent 4c80e6fd34
commit 4d18345cda
Signed by: blacklight
GPG key ID: D90FBA7F76362774
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# Changelog # Changelog
## [Unreleased] ## [1.2.1]
- Added static `/login` and `/register` Flask fallback routes to prevent 404 if - Added static `/login` and `/register` Flask fallback routes to prevent 404 if
the client doesn't have JavaScript enabled. the client doesn't have JavaScript enabled.

View file

@ -21,7 +21,7 @@ from .utils import run
# see https://git.platypush.tech/platypush/platypush/issues/399 # see https://git.platypush.tech/platypush/platypush/issues/399
when = hook when = hook
__version__ = '1.2.0' __version__ = '1.2.1'
__author__ = 'Fabio Manganiello <fabio@manganiello.tech>' __author__ = 'Fabio Manganiello <fabio@manganiello.tech>'
__all__ = [ __all__ = [
'Application', 'Application',

View file

@ -50,7 +50,7 @@ include = [
] ]
[tool.bumpversion] [tool.bumpversion]
current_version = "1.2.0" current_version = "1.2.1"
commit = true commit = true
tag = true tag = true

View file

@ -1 +1 @@
__version__ = "1.2.0" __version__ = "1.2.1"