Bump version: 1.3.0 → 1.3.1
This commit is contained in:
parent
dc104a9c8e
commit
c134f29c72
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
## [1.3.1]
|
||||
|
||||
- [[#344](https://git.platypush.tech/platypush/platypush/issues/344)]: removed
|
||||
`marshmallow_dataclass` dependency. That package isn't included in the
|
||||
|
|
|
@ -21,7 +21,7 @@ from .utils import run
|
|||
# see https://git.platypush.tech/platypush/platypush/issues/399
|
||||
when = hook
|
||||
|
||||
__version__ = '1.3.0'
|
||||
__version__ = '1.3.1'
|
||||
__author__ = 'Fabio Manganiello <fabio@manganiello.tech>'
|
||||
__all__ = [
|
||||
'Application',
|
||||
|
|
|
@ -50,7 +50,7 @@ include = [
|
|||
]
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "1.3.0"
|
||||
current_version = "1.3.1"
|
||||
commit = true
|
||||
tag = true
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "1.3.0"
|
||||
__version__ = "1.3.1"
|
||||
|
|
Loading…
Reference in a new issue