mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Bump to 0.9.4
This commit is contained in:
parent
44ecbee250
commit
0b96c53245
2 changed files with 6 additions and 1 deletions
|
|
@ -2,6 +2,11 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
0.9.4
|
||||
-----
|
||||
|
||||
- Remove port number from IP address string when behind reverse proxy [@ndrsn]
|
||||
|
||||
0.9.3
|
||||
-----
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
VERSION = (0, 9, 1)
|
||||
VERSION = (0, 9, 4)
|
||||
|
||||
__version__ = ".".join((map(str, VERSION)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue