forked from platypush/platypush
Bump version: 1.3.1 → 1.3.2
This commit is contained in:
parent
771912c448
commit
9629e04211
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [1.3.2]
|
||||||
|
|
||||||
- [[#414](https://git.platypush.tech/platypush/platypush/issues/414)]: added
|
- [[#414](https://git.platypush.tech/platypush/platypush/issues/414)]: added
|
||||||
Jellyfin UI for all media plugins. This makes it possible to browse and play
|
Jellyfin UI for all media plugins. This makes it possible to browse and play
|
||||||
|
|
|
@ -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.3.1'
|
__version__ = '1.3.2'
|
||||||
__author__ = 'Fabio Manganiello <fabio@manganiello.tech>'
|
__author__ = 'Fabio Manganiello <fabio@manganiello.tech>'
|
||||||
__all__ = [
|
__all__ = [
|
||||||
'Application',
|
'Application',
|
||||||
|
|
|
@ -50,7 +50,7 @@ include = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "1.3.1"
|
current_version = "1.3.2"
|
||||||
commit = true
|
commit = true
|
||||||
tag = true
|
tag = true
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = "1.3.1"
|
__version__ = "1.3.2"
|
||||||
|
|
Loading…
Reference in a new issue