forked from platypush/platypush
Bump version: 0.50.3 → 0.99.0
This commit is contained in:
parent
cac256af08
commit
1911c05afe
2 changed files with 11 additions and 15 deletions
|
@ -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',
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.50.3
|
current_version = 0.99.0
|
||||||
commit = True
|
commit = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|
||||||
|
@ -11,19 +11,15 @@ data_files =
|
||||||
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
|
||||||
|
|
||||||
[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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue