summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-30 19:52:08 +0200
committerGeorg Brandl <georg@python.org>2010-05-30 19:52:08 +0200
commit0a91ac75b7d0b3d5ba415723f797df9604a3f997 (patch)
tree4926f392e13f61a56b662cdad8b09027dd420ec8 /sphinx
parent1b9963f4d861b19ef4f0fda2ba785b13db6a6de1 (diff)
downloadsphinx-git-1.0b2.tar.gz
Release preparation for 1.0b2.v1.0b2
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/__init__.py4
1 files 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__))