diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a16633f..3421d80 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,8 +1,8 @@ Changelog ========= -1.0.0 (xx.xx.20xx) -~~~~~~~~~~~~~~~~~~ +1.0 (09.10.2015) +~~~~~~~~~~~~~~~~ * Removed Django 1.6 and Python 2.6 support * Added system check to ensure that ParentalKey points to a ClusterableModel * Added validate_max, min_num and validate_min parameters to childformset_factory diff --git a/setup.py b/setup.py index ca65784..24a3c8c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='django-modelcluster', - version='0.6.2', + version='1.0', description="Django extension to allow working with 'clusters' of models as a single unit, independently of the database", author='Matthew Westcott', author_email='matthew.westcott@torchbox.com',