Commit 095cb153 by Florian Apolloner

Prepare for 0.10 final.

parent aca6079a
...@@ -2,5 +2,4 @@ ...@@ -2,5 +2,4 @@
django_taggit.egg-info/ django_taggit.egg-info/
dist/ dist/
_build/ _build/
MyProject.kpf
.tox/ .tox/
Changelog Changelog
========= =========
0.11.0 (unreleased) 0.10.0 (16.08.2013)
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
* Support for Django 1.6. * Support for Django 1.6 and 1.7.
* Python3 support * Python3 support
* *Backwards incompatible* Dropped support for Django < 1.4.5. * *Backwards incompatible* Dropped support for Django < 1.4.5.
* Tag names are unique now, use the provided South migrations to upgrade. * Tag names are unique now, use the provided South migrations to upgrade.
......
...@@ -28,7 +28,7 @@ Then you can use the API like so:: ...@@ -28,7 +28,7 @@ Then you can use the API like so::
Tags will show up for you automatically in forms and the admin. Tags will show up for you automatically in forms and the admin.
``django-taggit`` requires Django 1.3 or greater. ``django-taggit`` requires Django 1.4.5 or greater.
For more info checkout out the documentation. And for questions about usage or For more info checkout out the documentation. And for questions about usage or
development you can contact the development you can contact the
......
...@@ -7,7 +7,7 @@ f.close() ...@@ -7,7 +7,7 @@ f.close()
setup( setup(
name='django-taggit', name='django-taggit',
version='0.10a1', version='0.10',
description='django-taggit is a reusable Django application for simple tagging.', description='django-taggit is a reusable Django application for simple tagging.',
long_description=readme, long_description=readme,
author='Alex Gaynor', author='Alex Gaynor',
......
VERSION = (0, 10, 0, 'alpha', 1) VERSION = (0, 10, 0)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment