Commit 13758a19 by Florian Apolloner

Upadted changelog and pushed version numbers.

parent 97cafe1d
Changelog
=========
0.12.1 (10.08.2014)
~~~~~~~~~~~~~~~~~~~
* Final (hopefully) fixes for the upcoming Django 1.7 release.
* Added Japanese translation.
0.12.0 (20.04.2014)
~~~~~~~~~~~~~~~~~~~
* **Backwards incompatible:** Support for Django 1.7 migrations. South users
......
......@@ -7,7 +7,7 @@ f.close()
setup(
name='django-taggit',
version='0.12',
version='0.12.1',
description='django-taggit is a reusable Django application for simple tagging.',
long_description=readme,
author='Alex Gaynor',
......@@ -32,6 +32,7 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Framework :: Django',
],
include_package_data=True,
......
VERSION = (0, 12, 0)
VERSION = (0, 12, 1)
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