Skip to content

Commit e60bb33

Browse files
committed
Bump to 1.1.1
1 parent 98d23ac commit e60bb33

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

importer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
project_dir = os.path.dirname(os.path.abspath(__file__))
2222

23-
VERSION = (1, 1, 0)
23+
VERSION = (1, 1, 1)
2424
__version__ = ".".join([str(i) for i in VERSION])
2525
__author__ = "geosolutions-it"
2626
__email__ = "info@geosolutionsgroup.com"

setup.cfg

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
[metadata]
22
name = geonode-importer
3-
version = 1.1.0
3+
version = 1.1.1
44
author = geosolutions-it
55
author_email = info@geosolutionsgroup.com
66
url = https://github.com/geosolutions-it/geonode-importer
7-
project_urls =
8-
Bug Tracker = https://github.com/geosolutions-it/geonode-importer/issues
9-
classifiers =
10-
Programming Language :: Python :: 3
11-
License :: GNU General Public License
7+
project_urls =
8+
Bug Tracker = https://github.com/geosolutions-it/geonode-importer/issues
9+
classifiers =
10+
Programming Language :: Python :: 3
11+
License :: GNU General Public License
1212

1313
[flake8]
1414
max-line-length = 200
15-
exclude=geonode/*/migrations/*,scripts,docs,static,migrations,node_modules
16-
extend-ignore=E122,E124
15+
exclude = geonode/*/migrations/*,scripts,docs,static,migrations,node_modules
16+
extend-ignore = E122,E124
17+

0 commit comments

Comments
 (0)