Bump version: 1.3.4 → 1.3.5
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5222b17ef9
commit
c70f52b070
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
## [1.3.5]
|
||||
|
||||
- [[#440](https://git.platypush.tech/platypush/platypush/issues/440)]: the
|
||||
`youtube` plugin now supports multiple backends:
|
||||
|
|
|
@ -21,7 +21,7 @@ from .utils import run
|
|||
# see https://git.platypush.tech/platypush/platypush/issues/399
|
||||
when = hook
|
||||
|
||||
__version__ = '1.3.4'
|
||||
__version__ = '1.3.5'
|
||||
__author__ = 'Fabio Manganiello <fabio@manganiello.tech>'
|
||||
__all__ = [
|
||||
'Application',
|
||||
|
|
|
@ -50,7 +50,7 @@ include = [
|
|||
]
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "1.3.4"
|
||||
current_version = "1.3.5"
|
||||
commit = true
|
||||
tag = true
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "1.3.4"
|
||||
__version__ = "1.3.5"
|
||||
|
|
Loading…
Add table
Reference in a new issue