Bump version: 0.50.3 → 0.99.0

This commit is contained in:
Fabio Manganiello 2024-05-26 00:25:34 +02:00
parent cac256af08
commit 1911c05afe
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
2 changed files with 11 additions and 15 deletions

View file

@ -23,7 +23,7 @@ when = hook
__author__ = 'Fabio Manganiello <fabio@manganiello.tech>' __author__ = 'Fabio Manganiello <fabio@manganiello.tech>'
__version__ = '0.50.3' __version__ = '0.99.0'
__all__ = [ __all__ = [
'Application', 'Application',
'Variable', 'Variable',

View file

@ -1,16 +1,15 @@
[bumpversion] [bumpversion]
current_version = 0.50.3 current_version = 0.99.0
commit = True commit = True
tag = True tag = True
[files] [files]
packages = pbr packages = pbr
data_files = data_files =
platypush/backend/http/webapp/dist/* platypush/backend/http/webapp/dist/*
platypush/install/* platypush/install/*
platypush/plugins/http/webpage/mercury-parser.js platypush/plugins/http/webpage/mercury-parser.js
platypush/config/*.yaml platypush/config/*.yaml
[metadata] [metadata]
description_file = README.md description_file = README.md
@ -18,12 +17,9 @@ description_file = README.md
[flake8] [flake8]
max-line-length = 120 max-line-length = 120
exclude = exclude =
# Legacy library copied from the upstream repo fliclib.py
fliclib.py
extend-ignore = extend-ignore =
E203 E203
W503 W503
SIM104 SIM104
SIM105 SIM105