mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-09 18:54:43 +00:00
Bump version for release.
This commit is contained in:
parent
1bd1bbb7b7
commit
d6b017ee6e
2 changed files with 7 additions and 3 deletions
|
|
@ -1,8 +1,12 @@
|
||||||
CHANGES
|
CHANGES
|
||||||
=======
|
=======
|
||||||
|
|
||||||
tip (unreleased)
|
0.6.0 (2011.02.18)
|
||||||
----------------
|
------------------
|
||||||
|
|
||||||
|
- updated SplitField to define get_prep_value rather than get_db_prep_value.
|
||||||
|
This avoids deprecation warnings on Django trunk/1.3, but makes SplitField
|
||||||
|
incompatible with Django versions prior to 1.2.
|
||||||
|
|
||||||
- added InheritanceManager, a better approach to selecting subclass instances
|
- added InheritanceManager, a better approach to selecting subclass instances
|
||||||
for Django 1.2+. Thanks Jeff Elmore.
|
for Django 1.2+. Thanks Jeff Elmore.
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -26,7 +26,7 @@ long_description = (open('README.rst').read() +
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django-model-utils',
|
name='django-model-utils',
|
||||||
version='0.5.0.post%s' % hgrev,
|
version='0.6.0',
|
||||||
description='Django model mixins and utilities',
|
description='Django model mixins and utilities',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
author='Carl Meyer',
|
author='Carl Meyer',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue