Skip to content

Commit

Permalink
- Bump to version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Feb 27, 2020
1 parent 009ebf7 commit d557ce1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 23 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Change Log

## 2.0.1 [2020-02-27]

<li> 2020-02-17: dependabot-preview[bot] <a href="https://github.com/GeoNode/django-mapstore-adapter/commit/30168797b110ef2765543059e011828be945fb3f" target="blank"> Update idna requirement from <2.9,>=2.5 to >=2.5,<2.10</a></li>
<li> 2020-02-13: dependabot-preview[bot] <a href="https://github.com/GeoNode/django-mapstore-adapter/commit/a2ffa5b3ac479697774954ed90d0c87a6ba67e17" target="blank"> Bump markdown from 2.6.11 to 3.2.1</a></li>
<li> 2020-02-05: afabiani <a href="https://github.com/GeoNode/django-mapstore-adapter/commit/d3cbc0057873b288fca9dcb5d57fd4b8ccd5a8f8" target="blank"> - Python3 / Django 2+ official release 2.0.0</a></li>
<li> 2020-01-16: afabiani <a href="https://github.com/GeoNode/django-mapstore-adapter/commit/5cdf1214c516be1d517e54835f54861116bfe057" target="blank"> - 2020-01-16: Python 3 / Django 2 Compatibility</a></li>
<li> 2020-01-16: afabiani <a href="https://github.com/GeoNode/django-mapstore-adapter/commit/755038b2087ffb793af935b37b6383d83a5060dd" target="blank"> - 2020-01-14: Python 3 / Django 2 Compatibility</a></li>

## 2.0.0 [2020-01-16]

<li> 2020-01-14: Python 3 / Django 2 Compatibility</li>

## 1.0.17 [2020-01-14]
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
django>=1.11
django>=2.2.0,<3.0
idna>=2.5,<2.10
requests>=2.13.0
Markdown==3.2.1
MarkupSafe==1.1.1
jsonfield
jsonfield==2.0.2
djangorestframework>=3.8.2
urllib3==1.25.8
43 changes: 22 additions & 21 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,40 +1,41 @@
[metadata]
name = django-mapstore-adapter
version = 2.0.0
version = 2.0.1
description = Django MapStore2 Adapter
author = Alessio Fabiani
author_email = alessio.fabiani@geo-solutions.it
url = https://github.com/GeoNode/django-mapstore-adapter
download_url = https://github.com/GeoNode/django-mapstore-adapter/tarball/master
keywords = django, mapstore, mapstore2
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Topic :: Internet :: WWW/HTTP
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Topic :: Internet :: WWW/HTTP
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6

[options]
packages = find:
include_package_data = True
zip_safe = False
install_requires =
django >= 1.11
requests >= 2.13.0
Markdown
MarkupSafe
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
jsonfield == 2.0.2
urllib3 >= 1.25

[options.packages.find]
Expand Down

0 comments on commit d557ce1

Please sign in to comment.