summaryrefslogtreecommitdiff
path: root/sphinx/__init__.py
diff options
context:
space:
mode:
authorTakayuki Shimizukawa <shimizukawa@gmail.com>2014-09-01 23:20:28 +0900
committerTakayuki Shimizukawa <shimizukawa@gmail.com>2014-09-01 23:20:28 +0900
commitb4620a38887b1195b26e7b2fa5552bbfd2b9f6b7 (patch)
tree002ed5b711ab9be349412ec717bc9f04b92d7503 /sphinx/__init__.py
parentb7629471e541c5166c4a4da7276aedca3c674c0b (diff)
downloadsphinx-git-1.2.tar.gz
Bump to 1.2.3.v1.2.31.2
Diffstat (limited to 'sphinx/__init__.py')
-rw-r--r--sphinx/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 023d46467..acee982f7 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -15,12 +15,12 @@
import sys
from os import path
-__version__ = '1.2.2+'
-__released__ = '1.2.2' # used when Sphinx builds its own docs
+__version__ = '1.2.3'
+__released__ = '1.2.3' # used when Sphinx builds its own docs
# version info for better programmatic use
# possible values for 3rd element: 'alpha', 'beta', 'rc', 'final'
# 'final' has 0 as the last element
-version_info = (1, 2, 2, 'final', 0)
+version_info = (1, 2, 3, 'final', 0)
package_dir = path.abspath(path.dirname(__file__))