From 44bb793c6fcf9f7c396558219e19b51b4ef800ae Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 9 Oct 2015 13:56:24 +0100 Subject: [PATCH] Prepare for 1.0 release --- CHANGELOG.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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',