Bump version: 1.2.3 → 1.3.0

This commit is contained in:
Fabio Manganiello 2024-09-23 21:38:00 +02:00
parent f81c0dad4c
commit bc01cddee0
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 # Changelog
## [Unreleased] ## [1.3.0]
- [[#333](https://git.platypush.tech/platypush/platypush/issues/333)]: new file - [[#333](https://git.platypush.tech/platypush/platypush/issues/333)]: new file
browser UI/component. It includes custom MIME type support, a file editor browser UI/component. It includes custom MIME type support, a file editor

View file

@ -21,7 +21,7 @@ from .utils import run
# see https://git.platypush.tech/platypush/platypush/issues/399 # see https://git.platypush.tech/platypush/platypush/issues/399
when = hook when = hook
__version__ = '1.2.3' __version__ = '1.3.0'
__author__ = 'Fabio Manganiello <fabio@manganiello.tech>' __author__ = 'Fabio Manganiello <fabio@manganiello.tech>'
__all__ = [ __all__ = [
'Application', 'Application',

View file

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

View file

@ -1 +1 @@
__version__ = "1.2.3" __version__ = "1.3.0"