Skip to content

Commit

Permalink
Prepare for 1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Dec 17, 2015
1 parent 284060e commit eca7709
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

1.1 (xx.xx.20xx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1.1 (17.12.2015)
~~~~~~~~~~~~~~~~
* Django 1.9 compatibility
* Added exclude() method to FakeQuerySet
* Removed dependency on the 'six' package, in favour of Django's built-in version
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='django-modelcluster',
version='1.1b1',
version='1.1',
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',
Expand Down

0 comments on commit eca7709

Please sign in to comment.