Skip to content

Commit 6781056

Browse files
committed
Merge branch 'release/0.11.2' into develop
* release/0.11.2: bump version number
2 parents c560e96 + d6da9b1 commit 6781056

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGES

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changes
22
=======
33

4+
0.11.2
5+
------
6+
7+
- Getting ready for Django 1.10 release.
8+
- Dropped support for Django 1.3 and older.
9+
410
0.11.1
511
------
612

@@ -28,10 +34,12 @@ Changes
2834

2935
0.9.3
3036
-----
37+
3138
- Minor documentation updates for the switch to github, expect more changes to follow soon.
3239

3340
0.9.2
3441
-----
42+
3543
- Fixed an issue with setuptools, thanks for reporting this ksato9700
3644

3745
0.9.1
@@ -40,7 +48,8 @@ Changes
4048
- Tested django-maintenancemode with django-1.0 release (following the 1.0.X release branch)
4149
- Bundled buildout.cfg and bootstrap with the source version of the project, allowing repeatable buildout
4250
- The middleware now uses its own default config file, thanks to a patch by semente
43-
- Use INTERNAL_IPS to check for users that need access. user.is_staff will stay in place for backwards incompatibility. Thanks for the idea Joshua Works
51+
- Use INTERNAL_IPS to check for users that need access. user.is_staff will stay in place
52+
for backwards incompatibility. Thanks for the idea Joshua Works
4453
- Have setup.py sdist only distribute maintenancemode itself, no longer distribute tests and buildout stuff
4554
- Use README and CHANGES in setup.py's long_description, stolen from Jeroen's djangorecipe :)
4655
- Updated the documentation and now use pypi as the documentation source (link there from google code)

maintenancemode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.11.1'
1+
__version__ = '0.11.2'

0 commit comments

Comments
 (0)