Navigation Menu

Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

Commit

Permalink
Merge pull request #94 from frewsxcv/bump
Browse files Browse the repository at this point in the history
Bump new version: 0.11.0
  • Loading branch information
mattrobenolt committed Feb 3, 2015
2 parents 51c3899 + f819117 commit 997b9b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES
@@ -1,3 +1,11 @@
0.11.0

- Better support for Django 1.6 and Django 1.7
- Dropped support for Django 1.2 and Django 1.3
- Use `model_name` in favour of `module_name` if available (deprecation in Django 1.6)
- DateTimeFields now utilize the auto_now=True kwarg
- Travis now tests on Django 1.6/Django 1.7

0.7.3

- Bump ModelDict version to handle expiration in Celery tasks.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@

setup(
name='gargoyle',
version='0.10.9',
version='0.11.0',
author='DISQUS',
author_email='opensource@disqus.com',
url='http://github.com/disqus/gargoyle',
Expand Down

0 comments on commit 997b9b5

Please sign in to comment.