forked from platypush/platypush
Bump version: 1.1.3 → 1.2.0
This commit is contained in:
parent
ba390ab2f3
commit
fb99eefe40
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
## [Unreleased]
|
## [1.2.0]
|
||||||
|
|
||||||
- [#419](https://git.platypush.tech/platypush/platypush/issues/419): added
|
- [#419](https://git.platypush.tech/platypush/platypush/issues/419): added
|
||||||
support for randomly generated API tokens alongside JWT.
|
support for randomly generated API tokens alongside JWT.
|
||||||
|
|
|
@ -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.1.3'
|
__version__ = '1.2.0'
|
||||||
__author__ = 'Fabio Manganiello <fabio@manganiello.tech>'
|
__author__ = 'Fabio Manganiello <fabio@manganiello.tech>'
|
||||||
__all__ = [
|
__all__ = [
|
||||||
'Application',
|
'Application',
|
||||||
|
|
|
@ -51,7 +51,7 @@ include = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = '1.1.3'
|
current_version = "1.2.0"
|
||||||
commit = true
|
commit = true
|
||||||
tag = true
|
tag = true
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "1.1.3"
|
__version__ = "1.2.0"
|
||||||
|
|
Loading…
Reference in a new issue