mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Bump version 0.9.7
This commit is contained in:
parent
b0f90e690a
commit
6111eb81da
3 changed files with 8 additions and 2 deletions
|
|
@ -2,6 +2,12 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
0.9.7
|
||||
=====
|
||||
|
||||
- Fix bug related to using a redis version less than 6 and not having a password. [@kencochrane]
|
||||
- Fix bug in remove_prefix method [@dashgin]
|
||||
|
||||
0.9.6
|
||||
=====
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
VERSION = (0, 9, 6)
|
||||
VERSION = (0, 9, 7)
|
||||
|
||||
__version__ = ".".join((map(str, VERSION)))
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -59,7 +59,7 @@ setup(
|
|||
include_package_data=True,
|
||||
packages=find_packages(),
|
||||
package_data=get_package_data("defender"),
|
||||
python_requires='~=3.5',
|
||||
python_requires='~=3.7',
|
||||
install_requires=["Django", "redis"],
|
||||
tests_require=[
|
||||
"mockredispy>=2.9.0.11,<3.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue