Bumped version for dev.

This commit is contained in:
Carl Meyer 2011-02-18 17:20:11 -05:00
parent d6b017ee6e
commit a3c838adda
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,9 @@
CHANGES
=======
tip (unreleased)
----------------
0.6.0 (2011.02.18)
------------------

View file

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