Skip to content

Commit 03c5051

Browse files
committed
Bump version to 1.0.5
1 parent 74155ff commit 03c5051

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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, 0, 4)
23+
VERSION = (1, 0, 5)
2424
__version__ = ".".join([str(i) for i in VERSION])
2525
__author__ = "geosolutions-it"
2626
__email__ = "info@geosolutionsgroup.com"

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = geonode-importer
3-
version = 1.0.4
3+
version = 1.0.5
44
author = geosolutions-it
55
author_email = info@geosolutionsgroup.com
66
url = https://github.com/geosolutions-it/geonode-importer

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def read_file(path: str):
1818
url=importer.__url__,
1919
description=importer.__doc__,
2020
long_description="A GeoNode 4.0 app that implements a brand new upload/import flow",
21+
long_description_content_type="text/markdown",
2122
author=importer.__author__,
2223
author_email=importer.__email__,
2324
platforms="any",

0 commit comments

Comments
 (0)