Skip to content

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Oct 9, 2024
1 parent 13eb26a commit 2be35a3
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ version = 1.1.0
author = geosolutions-it
author_email = [email protected]
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

0 comments on commit 2be35a3

Please sign in to comment.