Commit d7b7fbe4 by Florian Apolloner

Increased versions and updated changelog.

parent 42740bf8
Changelog
=========
0.12.0 (XX.XX.XXXX)
0.12.0 (20.04.2014)
~~~~~~~~~~~~~~~~~~~
* **Backwards incompatible:** Support for Django 1.7 migrations. South users
have to set ``SOUTH_MIGRATION_MODULES`` to use ``taggit.south_migrations``
......@@ -12,6 +12,7 @@ Changelog
try to save the tag and if that fails fall back to selecting existing
similar tags and retry -- if that fails too an ``IntegrityError`` is
raised by the database, your app will have to handle that.
* Added Italian and Esperanto translations.
0.11.2 (13.12.2013)
~~~~~~~~~~~~~~~~~~~
......
......@@ -38,16 +38,16 @@ master_doc = 'index'
# General information about the project.
project = u'django-taggit'
copyright = u'2010-2013, Alex Gaynor and others.'
copyright = u'2010-2014, Alex Gaynor and others.'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.12a1'
version = '0.12'
# The full version, including alpha/beta/rc tags.
release = '0.12a1'
release = '0.12'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -7,7 +7,7 @@ f.close()
setup(
name='django-taggit',
version='0.12a1',
version='0.12',
description='django-taggit is a reusable Django application for simple tagging.',
long_description=readme,
author='Alex Gaynor',
......
VERSION = (0, 12, 0, 'alpha', 1)
VERSION = (0, 12, 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