diff --git a/CHANGES b/CHANGES index 769cf94..402f986 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,11 @@ Changes ======= +0.11.1 +------ + +- Enable network specify in INTERNAL_IPS + 0.11.0 ------ @@ -11,8 +16,8 @@ Changes - Made sure the app runs on Django 1.8. -0.10 ----- +0.10.0 +------ - Got rid of dependency on setuptools - Added ability to exclude specific paths from maintenance mode with the diff --git a/maintenancemode/__init__.py b/maintenancemode/__init__.py index f323a57..ae4865c 100644 --- a/maintenancemode/__init__.py +++ b/maintenancemode/__init__.py @@ -1 +1 @@ -__version__ = '0.11.0' +__version__ = '0.11.1'