Bump version: 1.2.1 → 1.2.2

This commit is contained in:
Fabio Manganiello 2024-07-27 16:34:02 +02:00
parent ee1d91db6b
commit 0071fc54b3
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
4 changed files with 4 additions and 4 deletions

View file

@ -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.

View file

@ -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 <fabio@manganiello.tech>'
__all__ = [
'Application',

View file

@ -50,7 +50,7 @@ include = [
]
[tool.bumpversion]
current_version = "1.2.1"
current_version = "1.2.2"
commit = true
tag = true

View file

@ -1 +1 @@
__version__ = "1.2.1"
__version__ = "1.2.2"