Bump version: 1.3.5 → 1.3.6
This commit is contained in:
parent
cce32a2116
commit
557a4b716e
3 changed files with 3 additions and 3 deletions
|
@ -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',
|
||||
|
|
|
@ -50,7 +50,7 @@ include = [
|
|||
]
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "1.3.5"
|
||||
current_version = "1.3.6"
|
||||
commit = true
|
||||
tag = true
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "1.3.5"
|
||||
__version__ = "1.3.6"
|
||||
|
|
Loading…
Add table
Reference in a new issue