summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-25 01:17:03 +0200
committerGeorg Brandl <georg@python.org>2010-05-25 01:17:03 +0200
commit785cfa2560d50b52997c8b18314d2cd55fe10437 (patch)
treedcc18a990f60a02e7bf374ccd46614c6b1e424b4
parent89c54a90a8c4e9439487bee5bc9b7da44bd9a121 (diff)
downloadsphinx-git-1.0b1.tar.gz
Prepare for release of 1.0b1.v1.0b1
-rw-r--r--sphinx/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 6fd96bdc1..1cdef631f 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -12,8 +12,8 @@
import sys
from os import path
-__version__ = '1.0pre'
-__released__ = '1.0 (hg)' # used when Sphinx builds its own docs
+__version__ = '1.0b1'
+__released__ = '1.0b1' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))