summaryrefslogtreecommitdiff
path: root/sphinx/__init__.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-12-10 10:30:36 +0100
committerGeorg Brandl <georg@python.org>2013-12-10 10:30:36 +0100
commit7419a430e4c11a4fc07385099b1680888a13fdad (patch)
tree8bf0300ac2c4d4aeb131c8a4519813ce5347bd12 /sphinx/__init__.py
parentcead46f17e8f06fa4a9e1600e3ad5224903e7b47 (diff)
downloadsphinx-7419a430e4c11a4fc07385099b1680888a13fdad.tar.gz
stable version is 1.2+
Diffstat (limited to 'sphinx/__init__.py')
-rw-r--r--sphinx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index e113e1c4..d41d4424 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -15,7 +15,7 @@
import sys
from os import path
-__version__ = '1.2'
+__version__ = '1.2+'
__released__ = '1.2' # used when Sphinx builds its own docs
# version info for better programmatic use
# possible values for 3rd element: 'alpha', 'beta', 'rc', 'final'