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