Bump version: 1.3.5 → 1.3.6
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 2025-04-30 22:30:37 +02:00
parent cce32a2116
commit 557a4b716e
Signed by: blacklight
GPG key ID: D90FBA7F76362774
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

@ -1 +1 @@
__version__ = "1.3.5"
__version__ = "1.3.6"