summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorshimizukawa <shimizukawa@gmail.com>2016-03-06 21:40:48 +0900
committershimizukawa <shimizukawa@gmail.com>2016-03-06 22:02:35 +0900
commitdc32f6f4a43ddea1e2abae0073c05bdf25aef97c (patch)
tree3c326b471c39300ac8352ff4d1a092341c1020b9 /sphinx
parentd6aa568a59185c68e30577c6847050d1e9dcda09 (diff)
downloadsphinx-git-1.4b1.tar.gz
Bump to 1.4 beta1v1.4b1
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/__init__.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 0e5d19d4d..32aab5544 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -15,13 +15,13 @@
import sys
from os import path
-__version__ = '1.4a1+'
-__released__ = '1.4a1' # used when Sphinx builds its own docs
+__version__ = '1.4b1'
+__released__ = '1.4b1' # 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, 4, 0, 'alpha', 1)
+version_info = (1, 4, 0, 'beta', 1)
package_dir = path.abspath(path.dirname(__file__))