Point release fixes a merge error.

fix_request_path_info
Chris Glass 2013-02-28 11:27:51 +01:00
parent c1d00ed5c1
commit 51b789cdc6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name = 'django_polymorphic', name = 'django_polymorphic',
version = '0.3', version = '0.3.1',
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',