Commit 13758a19 by Florian Apolloner

Upadted changelog and pushed version numbers.

parent 97cafe1d
Changelog 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) 0.12.0 (20.04.2014)
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
* **Backwards incompatible:** Support for Django 1.7 migrations. South users * **Backwards incompatible:** Support for Django 1.7 migrations. South users
......
...@@ -7,7 +7,7 @@ f.close() ...@@ -7,7 +7,7 @@ f.close()
setup( setup(
name='django-taggit', name='django-taggit',
version='0.12', version='0.12.1',
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',
...@@ -32,6 +32,7 @@ setup( ...@@ -32,6 +32,7 @@ setup(
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Framework :: Django', 'Framework :: Django',
], ],
include_package_data=True, 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