summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-19 19:18:15 +0100
committerGeorg Brandl <georg@python.org>2014-01-19 19:18:15 +0100
commit4fa63ed03d482cdd2a07617e24409413cc87c667 (patch)
tree271d94902d557e436385df317b6c7cc02971b849 /sphinx
parent468198f91b0a41056c46c25f8cedf5c528c97564 (diff)
downloadsphinx-4fa63ed03d482cdd2a07617e24409413cc87c667.tar.gz
Post-release update.
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 374d6fb0..21086cf8 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -15,7 +15,7 @@
import sys
from os import path
-__version__ = '1.2.1'
+__version__ = '1.2.1+'
__released__ = '1.2.1' # used when Sphinx builds its own docs
# version info for better programmatic use
# possible values for 3rd element: 'alpha', 'beta', 'rc', 'final'