Release 2.2.0

This commit is contained in:
Camilo Nova 2016-07-20 11:54:31 -05:00
parent 4cec234b38
commit 0a98d2ac2b
2 changed files with 9 additions and 2 deletions

View file

@ -1,6 +1,13 @@
Changes
=======
2.2.0 (2016-07-20)
------------------
- Improve the logic when using a reverse proxy to avoid possible attacks.
[camilonova]
2.1.0 (2016-07-14)
------------------

View file

@ -1,6 +1,6 @@
__version__ = '2.1.0'
__version__ = '2.2.0'
default_app_config = "axes.apps.AppConfig"
default_app_config = 'axes.apps.AppConfig'
def get_version():