Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
django-taggit
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
135a55b0
authored
Jan 17, 2011
by
Alex Gaynor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version for a release.
parent
ac643c3f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
15 deletions
+12
-15
docs/changelog.txt
+2
-5
docs/conf.py
+2
-2
taggit/__init__.py
+1
-1
tox.ini
+7
-7
No files found.
docs/changelog.txt
View file @
135a55b0
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
~~~~~
~~~~~
...
...
docs/conf.py
View file @
135a55b0
...
@@ -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.
...
...
taggit/__init__.py
View file @
135a55b0
VERSION
=
(
0
,
9
,
1
)
VERSION
=
(
0
,
9
,
2
)
tox.ini
View file @
135a55b0
...
@@ -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
alph
a-1, which
# We lied here, these are not really trunk, but rather the 1.3
bet
a-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-
alph
a-1/tarball/
http://www.djangoproject.com/download/1.3-
bet
a-1/tarball/
[testenv:py25-trunk]
[testenv:py25-trunk]
basepython
=
python2.5
basepython
=
python2.5
deps
=
deps
=
http://www.djangoproject.com/download/1.3-
alph
a-1/tarball/
http://www.djangoproject.com/download/1.3-
bet
a-1/tarball/
[testenv:py26-trunk]
[testenv:py26-trunk]
basepython
=
python2.6
basepython
=
python2.6
deps
=
deps
=
http://www.djangoproject.com/download/1.3-
alph
a-1/tarball/
http://www.djangoproject.com/download/1.3-
bet
a-1/tarball/
[testenv:py27-trunk]
[testenv:py27-trunk]
basepython
=
python2.7
basepython
=
python2.7
deps
=
deps
=
http://www.djangoproject.com/download/1.3-
alph
a-1/tarball/
http://www.djangoproject.com/download/1.3-
bet
a-1/tarball/
[testenv:pypy-trunk]
[testenv:pypy-trunk]
basepython
=
pypy
basepython
=
pypy
deps
=
deps
=
http://www.djangoproject.com/download/1.3-
alph
a-1/tarball/
http://www.djangoproject.com/download/1.3-
bet
a-1/tarball/
[testenv:docs]
[testenv:docs]
changedir
=
docs
changedir
=
docs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment