From 2be35a30ee99fc5fab167c01d02b3f57b1844bc0 Mon Sep 17 00:00:00 2001 From: "G. Allegri" Date: Wed, 9 Oct 2024 15:36:29 +0200 Subject: [PATCH] Bump to 1.1.0 --- setup.cfg | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1f9c869..939f312 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,13 +4,14 @@ version = 1.1.0 author = geosolutions-it author_email = info@geosolutionsgroup.com url = https://github.com/geosolutions-it/geonode-importer -project_urls = - Bug Tracker = https://github.com/geosolutions-it/geonode-importer/issues -classifiers = - Programming Language :: Python :: 3 - License :: GNU General Public License +project_urls = + Bug Tracker = https://github.com/geosolutions-it/geonode-importer/issues +classifiers = + Programming Language :: Python :: 3 + License :: GNU General Public License [flake8] max-line-length = 200 -exclude=geonode/*/migrations/*,scripts,docs,static,migrations,node_modules -extend-ignore=E122,E124 +exclude = geonode/*/migrations/*,scripts,docs,static,migrations,node_modules +extend-ignore = E122,E124 +