From 1911c05afe93dea6e6454d9e11c6ccf025622988 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 26 May 2024 00:25:34 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.50.3=20=E2=86=92=200.99.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platypush/__init__.py | 2 +- setup.cfg | 24 ++++++++++-------------- 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/platypush/__init__.py b/platypush/__init__.py index 8fd3c81a9f..3906250994 100644 --- a/platypush/__init__.py +++ b/platypush/__init__.py @@ -23,7 +23,7 @@ when = hook __author__ = 'Fabio Manganiello ' -__version__ = '0.50.3' +__version__ = '0.99.0' __all__ = [ 'Application', 'Variable', diff --git a/setup.cfg b/setup.cfg index 9816660dee..2b4f078354 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,29 +1,25 @@ [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 - +data_files = + platypush/backend/http/webapp/dist/* + platypush/install/* + platypush/plugins/http/webpage/mercury-parser.js + platypush/config/*.yaml [metadata] description_file = README.md [flake8] max-line-length = 120 -exclude = - # Legacy library copied from the upstream repo - fliclib.py - -extend-ignore = +exclude = + fliclib.py +extend-ignore = E203 W503 - SIM104 + SIM104 SIM105 -