mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
bump version for release
This commit is contained in:
parent
9147becfc9
commit
8b69a2b7ad
2 changed files with 4 additions and 1 deletions
|
|
@ -4,6 +4,9 @@ CHANGES
|
|||
tip (unreleased)
|
||||
----------------
|
||||
|
||||
0.4.0 (2010.03.16)
|
||||
------------------
|
||||
|
||||
- added SplitField
|
||||
- added ChoiceEnum
|
||||
- added South support for custom model fields
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue