mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Bump version to 1.3.1 for release.
This commit is contained in:
parent
eff918c314
commit
7bd3bf5f1e
2 changed files with 4 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue