Skip to content

Commit

Permalink
Bump 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kencochrane committed Feb 15, 2024
1 parent 07555ab commit 83ad7ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changes
=======

0.9.8
=====

- Fix watch_login with custom username (#228) [@ron8mcr]
- Replace datetime.now with timezone.now (#232) [@ericls]
- Update tox.ini with Django 4.2, Python 3.11 (#233) [@marius-mather]
- Use redis parse_url method instead of a custom one (#234) [@dkr-sahar]
- Update DEFENDER_REDIS_NAME documentation (#235) [@bennylope]
- Prevent the "Reverse for 'defender_blocks_view' not found" error (#237) [@ataylor32]
- Updated app_index.html (#238) [@ataylor32]
- Improved the "Blocked Logins" page's admin integration (#239) [@ataylor32]

0.9.7
=====

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, 7)
VERSION = (0, 9, 8)

__version__ = ".".join((map(str, VERSION)))

0 comments on commit 83ad7ce

Please sign in to comment.