diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3c283e3..d69c664 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,7 +1,7 @@ Changelog ========= -4.2 (xx.xx.xxxx) +4.2 (08.08.2018) ~~~~~~~~~~~~~~~~ * Django 2.1 compatibility * Python 3.7 compatibility diff --git a/setup.py b/setup.py index 7fa0ec1..fde753d 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='django-modelcluster', - version='4.1', + version='4.2', 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',