summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortychoish <garen@tychoish.com>2013-06-30 23:20:44 +0000
committertychoish <garen@tychoish.com>2013-06-30 23:20:44 +0000
commit9696cbd609c52a0f6e5f9a0bf1cd7b3c231c1f85 (patch)
tree624b2f66c3487247be230388356ee588e0fa7982
parenteaabd62a881dd4d5b943e58483d74b7ec6dccb76 (diff)
downloadsphinx-9696cbd609c52a0f6e5f9a0bf1cd7b3c231c1f85.tar.gz
removed version change
-rw-r--r--sphinx/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index cc0a6603..c091a677 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -15,8 +15,8 @@
import sys
from os import path
-__version__ = '1.2b1-xgen1-'
-__released__ = '1.2b1-xgen1-' # used when Sphinx builds its own docs
+__version__ = '1.2b1'
+__released__ = '1.2b1' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))