summaryrefslogtreecommitdiff
path: root/sphinx/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/__init__.py')
-rw-r--r--sphinx/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 91b960e6..e1ffc2ed 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -15,8 +15,8 @@
import sys
from os import path
-__version__ = '1.1.3+'
-__released__ = '1.1.3' # used when Sphinx builds its own docs
+__version__ = '1.2pre'
+__released__ = '1.2 (hg)' # used when Sphinx builds its own docs
package_dir = path.abspath(path.dirname(__file__))