forked from platypush/platypush
Bump version: 1.2.2 → 1.2.3
This commit is contained in:
parent
74a2958ff4
commit
6e27c9b8e4
4 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
## [1.2.3]
|
||||
|
||||
- [[#422](https://git.platypush.tech/platypush/platypush/issues/422)]: adapted
|
||||
media plugins to support streaming from the yt-dlp process. This allows
|
||||
|
|
|
@ -21,7 +21,7 @@ from .utils import run
|
|||
# see https://git.platypush.tech/platypush/platypush/issues/399
|
||||
when = hook
|
||||
|
||||
__version__ = '1.2.2'
|
||||
__version__ = '1.2.3'
|
||||
__author__ = 'Fabio Manganiello <fabio@manganiello.tech>'
|
||||
__all__ = [
|
||||
'Application',
|
||||
|
|
|
@ -50,7 +50,7 @@ include = [
|
|||
]
|
||||
|
||||
[tool.bumpversion]
|
||||
current_version = "1.2.2"
|
||||
current_version = "1.2.3"
|
||||
commit = true
|
||||
tag = true
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "1.2.2"
|
||||
__version__ = "1.2.3"
|
||||
|
|
Loading…
Reference in a new issue