Skip to content

Commit

Permalink
Bump version 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kencochrane committed Feb 27, 2023
1 parent b0f90e6 commit 6111eb8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=====

Expand Down
2 changes: 1 addition & 1 deletion defender/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 9, 6)
VERSION = (0, 9, 7)

__version__ = ".".join((map(str, VERSION)))
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_package_data(package):
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",
Expand Down

0 comments on commit 6111eb8

Please sign in to comment.