Merge branch 'release/0.6' into develop
This commit is contained in:
		@@ -2,4 +2,4 @@ from __future__ import absolute_import
 | 
				
			|||||||
from .base import AppConf  # noqa
 | 
					from .base import AppConf  # noqa
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# following PEP 386
 | 
					# following PEP 386
 | 
				
			||||||
__version__ = "0.5"
 | 
					__version__ = "0.6"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -4,6 +4,9 @@ Changelog
 | 
				
			|||||||
0.6 (2013-01-28)
 | 
					0.6 (2013-01-28)
 | 
				
			||||||
----------------
 | 
					----------------
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					* Added ``required`` attribute to ``Meta`` to be able to specify which
 | 
				
			||||||
 | 
					  settings are required to be set.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Moved to Travis for the tests: http://travis-ci.org/jezdez/django-appconf
 | 
					* Moved to Travis for the tests: http://travis-ci.org/jezdez/django-appconf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* Stopped support for Django 1.2.X.
 | 
					* Stopped support for Django 1.2.X.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user