diff --git a/CHANGELOG.md b/CHANGELOG.md index 0058c0da4e..51c365d166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [1.3.2] - [[#414](https://git.platypush.tech/platypush/platypush/issues/414)]: added Jellyfin UI for all media plugins. This makes it possible to browse and play diff --git a/platypush/__init__.py b/platypush/__init__.py index bf74021578..6ec9e9e94f 100644 --- a/platypush/__init__.py +++ b/platypush/__init__.py @@ -21,7 +21,7 @@ from .utils import run # see https://git.platypush.tech/platypush/platypush/issues/399 when = hook -__version__ = '1.3.1' +__version__ = '1.3.2' __author__ = 'Fabio Manganiello ' __all__ = [ 'Application', diff --git a/pyproject.toml b/pyproject.toml index 276fcde8b7..d470b4ec44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ include = [ ] [tool.bumpversion] -current_version = "1.3.1" +current_version = "1.3.2" commit = true tag = true diff --git a/version.py b/version.py index 9c73af26be..f708a9b201 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "1.3.1" +__version__ = "1.3.2"