Bump version for dev.

This commit is contained in:
Carl Meyer 2013-06-03 14:27:24 -06:00
parent 3c8e165dec
commit eadb5b858c
2 changed files with 5 additions and 1 deletions

View file

@ -1,6 +1,10 @@
CHANGES
=======
master (unreleased)
-------------------
1.4.0 (2013.06.03)
------------------

View file

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