From 225761c839c33854b4ce2452713c5f053fa6babc Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 17 Nov 2024 00:32:34 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.3.3=20=E2=86=92=201.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 31a2f7997c..697da864a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [1.3.4] - [Bug]: Fixed installation bug in `pip install platypush` introduced by the `pyproject.toml` migration. diff --git a/platypush/__init__.py b/platypush/__init__.py index 28be9437a7..1591def578 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.3' +__version__ = '1.3.4' __author__ = 'Fabio Manganiello ' __all__ = [ 'Application', diff --git a/pyproject.toml b/pyproject.toml index a0ed0ac639..47228a3a62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ include = [ ] [tool.bumpversion] -current_version = "1.3.3" +current_version = "1.3.4" commit = true tag = true diff --git a/version.py b/version.py index 7b1e312007..f9e47b6af4 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "1.3.3" +__version__ = "1.3.4"