Commit 135a55b0 by Alex Gaynor

Bump version for a release.

parent ac643c3f
Changelog
=========
1.0.0
0.9.2
~~~~~
Unreleased.
* *Backwards incompatible* Forms containing a :class:`TaggableManager` by
default now require tags, to change this provide ``blank=True`` to the
:class:`TaggableManager`.
* Now works with Django 1.3 (as of beta-1).
0.9.0
~~~~~
......
......@@ -45,9 +45,9 @@ copyright = u'2010, Alex Gaynor'
# built documents.
#
# The short X.Y version.
version = '0.9.1'
version = '0.9.2'
# The full version, including alpha/beta/rc tags.
release = '0.9.1'
release = '0.9.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
VERSION = (0, 9, 1)
VERSION = (0, 9, 2)
......@@ -5,35 +5,35 @@ envlist =
commands =
python setup.py test
deps =
django==1.2.3
django==1.2.4
# We lied here, these are not really trunk, but rather the 1.3 alpha-1, which
# We lied here, these are not really trunk, but rather the 1.3 beta-1, which
# is close enough.
[testenv:py24-trunk]
basepython = python2.4
deps =
http://www.djangoproject.com/download/1.3-alpha-1/tarball/
http://www.djangoproject.com/download/1.3-beta-1/tarball/
[testenv:py25-trunk]
basepython = python2.5
deps =
http://www.djangoproject.com/download/1.3-alpha-1/tarball/
http://www.djangoproject.com/download/1.3-beta-1/tarball/
[testenv:py26-trunk]
basepython = python2.6
deps =
http://www.djangoproject.com/download/1.3-alpha-1/tarball/
http://www.djangoproject.com/download/1.3-beta-1/tarball/
[testenv:py27-trunk]
basepython = python2.7
deps =
http://www.djangoproject.com/download/1.3-alpha-1/tarball/
http://www.djangoproject.com/download/1.3-beta-1/tarball/
[testenv:pypy-trunk]
basepython = pypy
deps =
http://www.djangoproject.com/download/1.3-alpha-1/tarball/
http://www.djangoproject.com/download/1.3-beta-1/tarball/
[testenv:docs]
changedir = docs
......
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