Skip to content

Commit

Permalink
- Bump to version 2.0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Apr 20, 2020
1 parent 727439d commit 75dc105
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-mapstore-adapter
version = 2.0.3
version = 2.0.3.1
description = Django MapStore2 Adapter
author = Alessio Fabiani
author_email = alessio.fabiani@geo-solutions.it
Expand All @@ -23,6 +23,15 @@ classifiers =
packages = find:
include_package_data = True
zip_safe = False
install_requires =
django >= 2.2.0, < 3.0
idna >= 2.5, < 2.10
requests >= 2.13.0
Markdown == 2.6.11
MarkupSafe == 1.1.1
djangorestframework >= 3.8.2
jsonfield == 2.0.2
urllib3 >= 1.25

[options.packages.find]
exclude = tests
Expand Down

0 comments on commit 75dc105

Please sign in to comment.