From fb99eefe402672aba785fbbc60eba26f6a890c9f Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 27 Jul 2024 14:42:23 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.3=20=E2=86=92=201.2.0?= 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 5e5b075790..b20ea82eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog -## [Unreleased] +## [1.2.0] - [#419](https://git.platypush.tech/platypush/platypush/issues/419): added support for randomly generated API tokens alongside JWT. diff --git a/platypush/__init__.py b/platypush/__init__.py index 6c9dec57b6..188ff024ca 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.1.3' +__version__ = '1.2.0' __author__ = 'Fabio Manganiello ' __all__ = [ 'Application', diff --git a/pyproject.toml b/pyproject.toml index 985c7b1ea4..8b014f6de2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ include = [ ] [tool.bumpversion] -current_version = '1.1.3' +current_version = "1.2.0" commit = true tag = true diff --git a/version.py b/version.py index 0b2f79dbba..c68196d1cb 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "1.1.3" +__version__ = "1.2.0"