From abe6045d28a06c2c3e5f7552d91ccbcff4c15a6b Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 8 Aug 2018 15:42:52 +0100 Subject: [PATCH] Version bump to 4.2 --- CHANGELOG.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',