Commit 135a55b0 by Alex Gaynor

Bump version for a release.

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