From 72e1a144c15620c006064dcf02fc1dff11e6ac90 Mon Sep 17 00:00:00 2001 From: Chris Glass Date: Thu, 28 Feb 2013 11:22:31 +0100 Subject: [PATCH] Bumped setup.py version, Changes, for 0.3 release --- CHANGES.rst | 10 +++++++++- setup.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4053fb2..0f22f5d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,15 @@ *django_polymorphic* ++++++++++++++++++++ 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 ========================================= diff --git a/setup.py b/setup.py index 9e343d2..a35ed85 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name = 'django_polymorphic', - version = '0.2', + version = '0.3', description = 'Seamless Polymorphic Inheritance for Django Models', url = 'https://github.com/chrisglass/django_polymorphic',