We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd52105 commit 2248271Copy full SHA for 2248271
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.4.1
2
+
3
+- Update `download_geoip_db` management command to use new Maxmind download URLs, and provide license key.
4
5
# 0.4.0
6
7
- Added Django 3.0 to support matrix.
setup.py
@@ -16,7 +16,7 @@
16
17
setup(
18
name='django-qsessions',
19
- version='0.4.0',
+ version='0.4.1',
20
description='Extended session backends for Django',
21
long_description=README,
22
author='Mohammad Javad Naderi',
0 commit comments