Skip to content

Commit d6f9c5d

Browse files
committed
Bump to 4.3.1
1 parent 534ab72 commit d6f9c5d

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.0
1+
4.3.1

setup.cfg

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
[metadata]
22
name = django-geonode-mapstore-client
3-
version = 4.3.0
3+
version = 4.3.1
44
description = Use GeoNode client in your django projects
55
author = Alessio Fabiani
66
author_email = [email protected]
77
url = https://github.com/GeoNode/geonode-mapstore-client
88
download_url = https://github.com/GeoNode/geonode-mapstore-client/tarball/master
99
keywords = django, mapstore, mapstore2
10-
classifiers =
11-
Development Status :: 5 - Production/Stable
12-
Environment :: Web Environment
13-
Framework :: Django
14-
Intended Audience :: Developers
15-
License :: OSI Approved :: BSD License
16-
Operating System :: OS Independent
17-
Topic :: Internet :: WWW/HTTP
18-
Programming Language :: Python :: 3.7
10+
classifiers =
11+
Development Status :: 5 - Production/Stable
12+
Environment :: Web Environment
13+
Framework :: Django
14+
Intended Audience :: Developers
15+
License :: OSI Approved :: BSD License
16+
Operating System :: OS Independent
17+
Topic :: Internet :: WWW/HTTP
18+
Programming Language :: Python :: 3.7
1919

2020
[options]
2121
packages = find:
2222
include_package_data = True
2323
zip_safe = False
24-
install_requires =
25-
django >= 4.2, < 5.0
26-
idna >= 2.5, < 2.11
27-
requests >= 2.13.0
28-
Markdown >= 2.6.11
29-
MarkupSafe >= 1.1.1
30-
urllib3 >= 1.25
24+
install_requires =
25+
django >= 4.2, < 5.0
26+
idna >= 2.5, < 2.11
27+
requests >= 2.13.0
28+
Markdown >= 2.6.11
29+
MarkupSafe >= 1.1.1
30+
urllib3 >= 1.25
3131

3232
[options.packages.find]
3333
exclude = tests
@@ -37,5 +37,6 @@ universal = 1
3737

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

0 commit comments

Comments
 (0)