Bump version to 1.3.1 for release.

This commit is contained in:
Carl Meyer 2013-04-11 21:35:51 -06:00
parent eff918c314
commit 7bd3bf5f1e
2 changed files with 4 additions and 3 deletions

View file

@ -1,11 +1,12 @@
CHANGES
=======
tip (unreleased)
----------------
1.3.1 (2013.04.11)
------------------
- Added explicit default to ``BooleanField`` in tests, for Django trunk
compatibility.
- Fix intermittent ``StatusField`` bug. Fixes GH-29.

View file

@ -8,7 +8,7 @@ long_description = (open('README.rst').read() +
setup(
name='django-model-utils',
version='1.3.0.post1',
version='1.3.1',
description='Django model mixins and utilities',
long_description=long_description,
author='Carl Meyer',