Bumped setup.py version, Changes, for 0.3 release
parent
c22e50662d
commit
72e1a144c1
10
CHANGES.rst
10
CHANGES.rst
|
|
@ -1,7 +1,15 @@
|
||||||
*django_polymorphic*
|
*django_polymorphic*
|
||||||
++++++++++++++++++++
|
++++++++++++++++++++
|
||||||
Changelog
|
Changelog
|
||||||
++++++++++
|
++++++++++++++++++++
|
||||||
|
|
||||||
|
2013-02-28 Releasing Polymorphic v.0.3
|
||||||
|
======================================
|
||||||
|
|
||||||
|
Many changes to the codebase happened, but no new version was released to pypi
|
||||||
|
for years.
|
||||||
|
0.3 contains fixes submitted by many contributors, huge thanks to everyone!
|
||||||
|
|
||||||
|
|
||||||
Juli 5, 2012, Polymorphic admin interface
|
Juli 5, 2012, Polymorphic admin interface
|
||||||
=========================================
|
=========================================
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'django_polymorphic',
|
name = 'django_polymorphic',
|
||||||
version = '0.2',
|
version = '0.3',
|
||||||
description = 'Seamless Polymorphic Inheritance for Django Models',
|
description = 'Seamless Polymorphic Inheritance for Django Models',
|
||||||
url = 'https://github.com/chrisglass/django_polymorphic',
|
url = 'https://github.com/chrisglass/django_polymorphic',
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue