summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-05-29 17:20:19 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-05-29 17:20:19 +0900
commit1fbc0c9a1611e343e1386daa01c6229ffeab7555 (patch)
tree0a2d3070a116c9cfce74088e096a791de14f9ff1 /sphinx
parentd7113586f12bcab5e509dd31134d93737a4437f6 (diff)
downloadsphinx-git-1.4.2.tar.gz
Bump to 1.4.2 finalv1.4.2
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 4e5e97a04..cf8cb67d0 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -15,13 +15,13 @@
import sys
from os import path
-__version__ = '1.4.1+'
-__released__ = '1.4.1' # used when Sphinx builds its own docs
+__version__ = '1.4.2'
+__released__ = '1.4.2' # 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, 2, 'beta', 1)
+version_info = (1, 4, 2, 'final', 0)
package_dir = path.abspath(path.dirname(__file__))