Bump to 0.9.4

This commit is contained in:
Jona Andersen 2022-05-01 22:01:38 +02:00 committed by Ken Cochrane
parent 44ecbee250
commit 0b96c53245
2 changed files with 6 additions and 1 deletions

View file

@ -2,6 +2,11 @@
Changes Changes
======= =======
0.9.4
-----
- Remove port number from IP address string when behind reverse proxy [@ndrsn]
0.9.3 0.9.3
----- -----

View file

@ -1,3 +1,3 @@
VERSION = (0, 9, 1) VERSION = (0, 9, 4)
__version__ = ".".join((map(str, VERSION))) __version__ = ".".join((map(str, VERSION)))