mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Bump version for dev.
This commit is contained in:
parent
1d67fee736
commit
c057e51fd9
2 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,9 @@
|
|||
CHANGES
|
||||
=======
|
||||
|
||||
tip (unreleased)
|
||||
----------------
|
||||
|
||||
1.3.0 (2013.03.27)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -8,7 +8,7 @@ long_description = (open('README.rst').read() +
|
|||
|
||||
setup(
|
||||
name='django-model-utils',
|
||||
version='1.3.0',
|
||||
version='1.3.0.post1',
|
||||
description='Django model mixins and utilities',
|
||||
long_description=long_description,
|
||||
author='Carl Meyer',
|
||||
|
|
|
|||
Loading…
Reference in a new issue