Skip to content

Commit

Permalink
Bump to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Jul 19, 2024
1 parent 534ab72 commit d6f9c5d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.0
4.3.1
39 changes: 20 additions & 19 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
[metadata]
name = django-geonode-mapstore-client
version = 4.3.0
version = 4.3.1
description = Use GeoNode client in your django projects
author = Alessio Fabiani
author_email = [email protected]
url = https://github.com/GeoNode/geonode-mapstore-client
download_url = https://github.com/GeoNode/geonode-mapstore-client/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 :: 3.7
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 :: 3.7

[options]
packages = find:
include_package_data = True
zip_safe = False
install_requires =
django >= 4.2, < 5.0
idna >= 2.5, < 2.11
requests >= 2.13.0
Markdown >= 2.6.11
MarkupSafe >= 1.1.1
urllib3 >= 1.25
install_requires =
django >= 4.2, < 5.0
idna >= 2.5, < 2.11
requests >= 2.13.0
Markdown >= 2.6.11
MarkupSafe >= 1.1.1
urllib3 >= 1.25

[options.packages.find]
exclude = tests
Expand All @@ -37,5 +37,6 @@ universal = 1

[flake8]
max-line-length = 120
exclude=geonode_mapstore_client/*/migrations/*,geonode_mapstore_client/mapstore2_adapter/*/migrations/*,management,scripts,docs,static,migrations,geonode_mapstore_client/mapstore2_adapter/*settings.py
ignore=E121,E122,E124,E126,E226
exclude = geonode_mapstore_client/*/migrations/*,geonode_mapstore_client/mapstore2_adapter/*/migrations/*,management,scripts,docs,static,migrations,geonode_mapstore_client/mapstore2_adapter/*settings.py
ignore = E121,E122,E124,E126,E226

0 comments on commit d6f9c5d

Please sign in to comment.