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>'
|
||||
__version__ = '0.50.3'
|
||||
__version__ = '0.99.0'
|
||||
__all__ = [
|
||||
'Application',
|
||||
'Variable',
|
||||
|
|
18
setup.cfg
18
setup.cfg
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue