Skip to content

Commit 698035d

Browse files
committed
Bump to 4.4.2
1 parent 125dc1b commit 698035d

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.4.0.dev0
1+
4.4.2

setup.cfg

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,28 @@ author_email = [email protected]
66
url = https://github.com/GeoNode/geonode-mapstore-client
77
download_url = https://github.com/GeoNode/geonode-mapstore-client/tarball/master
88
keywords = django, mapstore, mapstore2
9-
classifiers =
10-
Development Status :: 5 - Production/Stable
11-
Environment :: Web Environment
12-
Framework :: Django
13-
Intended Audience :: Developers
14-
License :: OSI Approved :: BSD License
15-
Operating System :: OS Independent
16-
Topic :: Internet :: WWW/HTTP
17-
Programming Language :: Python :: 3.7
9+
classifiers =
10+
Development Status :: 5 - Production/Stable
11+
Environment :: Web Environment
12+
Framework :: Django
13+
Intended Audience :: Developers
14+
License :: OSI Approved :: BSD License
15+
Operating System :: OS Independent
16+
Topic :: Internet :: WWW/HTTP
17+
Programming Language :: Python :: 3.7
18+
version = 4.4.2
1819

1920
[options]
2021
packages = find:
2122
include_package_data = True
2223
zip_safe = False
23-
install_requires =
24-
django >= 4.2, < 5.0
25-
idna >= 2.5, < 2.11
26-
requests >= 2.13.0
27-
Markdown >= 2.6.11
28-
MarkupSafe >= 1.1.1
29-
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
3031

3132
[options.packages.find]
3233
exclude = tests
@@ -36,5 +37,6 @@ universal = 1
3637

3738
[flake8]
3839
max-line-length = 120
39-
exclude=geonode_mapstore_client/*/migrations/*,geonode_mapstore_client/mapstore2_adapter/*/migrations/*,management,scripts,docs,static,migrations,geonode_mapstore_client/mapstore2_adapter/*settings.py
40-
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)