bump version for release

This commit is contained in:
Carl Meyer 2010-03-16 17:55:56 -04:00
parent 9147becfc9
commit 8b69a2b7ad
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,9 @@ CHANGES
tip (unreleased)
----------------
0.4.0 (2010.03.16)
------------------
- added SplitField
- added ChoiceEnum
- added South support for custom model fields

View file

@ -26,7 +26,7 @@ long_description = (open('README.rst').read() +
setup(
name='django-model-utils',
version='0.3.2dev%s' % hgrev,
version='0.4.0',
description='Django model mixins and utilities',
long_description=long_description,
author='Carl Meyer',