From 4d8ad87e42394ca1ea84620f78f502326389d02a Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 10 Nov 2024 21:49:05 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"Bump=20version:=201.3.1=20=E2=86=92?= =?UTF-8?q?=201.3.2"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9629e042118fd74a8ee95a045780360946387928, as the build process encountered some regressions. --- CHANGELOG.md | 2 +- platypush/__init__.py | 2 +- pyproject.toml | 2 +- version.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51c365d166..0058c0da4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.3.2] +## [Unreleased] - [[#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 6ec9e9e94f..bf74021578 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.2' +__version__ = '1.3.1' __author__ = 'Fabio Manganiello ' __all__ = [ 'Application', diff --git a/pyproject.toml b/pyproject.toml index d470b4ec44..276fcde8b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ include = [ ] [tool.bumpversion] -current_version = "1.3.2" +current_version = "1.3.1" commit = true tag = true diff --git a/version.py b/version.py index f708a9b201..9c73af26be 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "1.3.2" +__version__ = "1.3.1"