Commit 095cb153 by Florian Apolloner

Prepare for 0.10 final.

parent aca6079a
......@@ -2,5 +2,4 @@
django_taggit.egg-info/
dist/
_build/
MyProject.kpf
.tox/
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
* *Backwards incompatible* Dropped support for Django < 1.4.5.
* Tag names are unique now, use the provided South migrations to upgrade.
......
......@@ -28,7 +28,7 @@ Then you can use the API like so::
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
development you can contact the
......
......@@ -7,7 +7,7 @@ f.close()
setup(
name='django-taggit',
version='0.10a1',
version='0.10',
description='django-taggit is a reusable Django application for simple tagging.',
long_description=readme,
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