From bc01cddee0d991c29da7139f04a27691cae92f8a Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 23 Sep 2024 21:38:00 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.3=20=E2=86=92=201.3.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 4d1337c016..6d9ea5d2fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [1.3.0] - [[#333](https://git.platypush.tech/platypush/platypush/issues/333)]: new file browser UI/component. It includes custom MIME type support, a file editor diff --git a/platypush/__init__.py b/platypush/__init__.py index 39f064e15e..2b6f9298d5 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.3' +__version__ = '1.3.0' __author__ = 'Fabio Manganiello ' __all__ = [ 'Application', diff --git a/pyproject.toml b/pyproject.toml index 93b2470b9a..16899f2402 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ include = [ ] [tool.bumpversion] -current_version = "1.2.3" +current_version = "1.3.0" commit = true tag = true diff --git a/version.py b/version.py index 10aa336ce0..67bc602abf 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = "1.2.3" +__version__ = "1.3.0"