From 5cf24dea8baf13ac02b07d508cbf4a16f0885ffa Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 13 Dec 2017 15:31:08 +0000 Subject: [PATCH] Version bump to 4.0 final --- CHANGELOG.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3e971e1..ee2744a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,7 +1,7 @@ Changelog ========= -4.0 (xx.xx.xxxx) +4.0 (13.12.2017) ~~~~~~~~~~~~~~~~ * Django 2.0 compatibility * Removed Django 1.8 and 1.9 support diff --git a/setup.py b/setup.py index 0dc5644..60d2bdb 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='django-modelcluster', - version='4.0a1', + version='4.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',