From 7bd1f725d025660c7c77b59f8f90bafa747ca106 Mon Sep 17 00:00:00 2001 From: Alex Gaynor <alex.gaynor@gmail.com> Date: Tue, 21 Sep 2010 16:32:38 -0400 Subject: [PATCH] Bump versions for dev. --- docs/conf.py | 4 ++-- taggit/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6ba51ab..4834456 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,9 +45,9 @@ copyright = u'2010, Alex Gaynor' # built documents. # # The short X.Y version. -version = '0.9' +version = '1.0' # The full version, including alpha/beta/rc tags. -release = '0.9.0' +release = '1.0.0dev' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/taggit/__init__.py b/taggit/__init__.py index baeb414..c0e9483 100644 --- a/taggit/__init__.py +++ b/taggit/__init__.py @@ -1 +1 @@ -VERSION = (0, 9, 0) +VERSION = (1, 0, 0, "dev") -- libgit2 0.26.0