bump version to 0.5.0

This commit is contained in:
Carl Meyer 2010-09-24 10:33:09 -04:00
parent 1d4613e807
commit 6f8b1e1ab0
2 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,9 @@ CHANGES
tip (unreleased)
----------------
- incorporated manager_from inherited queryset bugfix (thanks George Sakkis)
0.5.0 (2010.09.24)
------------------
- added manager_from (thanks George Sakkis)
- added StatusField, MonitorField, TimeFramedModel, and StatusModel
(thanks Jannis Leidel)

View file

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