Skip to content

Commit

Permalink
Bump to 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed Nov 6, 2024
1 parent e1db4d8 commit f17b907
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.0.dev0
4.4.1
38 changes: 20 additions & 18 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,28 @@ author_email = alessio.fabiani@geo-solutions.it
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
version = 4.4.1

[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 @@ -36,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 f17b907

Please sign in to comment.