diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 035c096..faf53ff 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,7 +1,7 @@ Changelog ========= -2.0 (xx.xx.20xx) +2.0 (22.04.2016) ~~~~~~~~~~~~~~~~ * Removed Django 1.7 and Python 3.2 support * Added system check to disallow related_name='+' on ParentalKey diff --git a/setup.py b/setup.py index 7439f81..8cd2fa3 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='django-modelcluster', - version='1.1', + version='2.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',