Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1fbc0c9

Browse files
committed
Bump to 1.4.2 final
1 parent d711358 commit 1fbc0c9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Release 1.4.2 (in development)
2-
==============================
1+
Release 1.4.2 (released May 29, 2016)
2+
=====================================
33

44
Features added
55
--------------

sphinx/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
import sys
1616
from os import path
1717

18-
__version__ = '1.4.1+'
19-
__released__ = '1.4.1' # used when Sphinx builds its own docs
18+
__version__ = '1.4.2'
19+
__released__ = '1.4.2' # used when Sphinx builds its own docs
2020

2121
# version info for better programmatic use
2222
# possible values for 3rd element: 'alpha', 'beta', 'rc', 'final'
2323
# 'final' has 0 as the last element
24-
version_info = (1, 4, 2, 'beta', 1)
24+
version_info = (1, 4, 2, 'final', 0)
2525

2626
package_dir = path.abspath(path.dirname(__file__))
2727

0 commit comments

Comments
 (0)