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>'
__version__ = '0.50.3'
__version__ = '0.99.0'
__all__ = [
'Application',
'Variable',

View file

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