From 0a91ac75b7d0b3d5ba415723f797df9604a3f997 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 30 May 2010 19:52:08 +0200 Subject: [PATCH] Release preparation for 1.0b2. --- sphinx/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 06355ea26..200323d5b 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -12,8 +12,8 @@ import sys from os import path -__version__ = '1.0b1+' -__released__ = '1.0b1' # used when Sphinx builds its own docs +__version__ = '1.0b2' +__released__ = '1.0b2' # used when Sphinx builds its own docs package_dir = path.abspath(path.dirname(__file__))