From 0071fc54b37bd6714554d66a2f0a6a972f2b50d1 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 27 Jul 2024 16:34:02 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.1=20=E2=86=92=201.2.2?= 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 4dcbb7a284..2fe6c0a28a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [1.2.2] - Fixed regression on older version of Python that don't fully support `pyproject.toml` and can't install data files the new way. diff --git a/platypush/__init__.py b/platypush/__init__.py index 762b2ededf..ecec6d5f59 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.2.1' +__version__ = '1.2.2' __author__ = 'Fabio Manganiello ' __all__ = [ 'Application', diff --git a/pyproject.toml b/pyproject.toml index 6179a05303..f74f8b5167 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ include = [ ] [tool.bumpversion] -current_version = "1.2.1" +current_version = "1.2.2" commit = true tag = true diff --git a/version.py b/version.py index a955fdae12..bc86c944fe 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "1.2.1" +__version__ = "1.2.2"