diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-08-20 18:00:04 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-08-20 18:00:04 +0900 |
| commit | 4168b0bd20da33768a0028f6693ace07fd16f908 (patch) | |
| tree | f6485cf92d97f7f4da637775bbd0ea8a7adf4533 | |
| parent | be2637f7ff7b8445a5c5918f18d50cb846e44e6c (diff) | |
| download | sphinx-git-1.4.6.tar.gz | |
Bump to 1.4.6 finalv1.4.6
| -rw-r--r-- | CHANGES | 4 | ||||
| -rw-r--r-- | sphinx/__init__.py | 6 |
2 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ -Release 1.4.6 (in development) -============================== +Release 1.4.6 (released Aug 20, 2016) +===================================== Incompatible changes -------------------- diff --git a/sphinx/__init__.py b/sphinx/__init__.py index b4f8345ec..ddb5f4954 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -15,13 +15,13 @@ import sys from os import path -__version__ = '1.4.5+' -__released__ = '1.4.5' # used when Sphinx builds its own docs +__version__ = '1.4.6' +__released__ = '1.4.6' # 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, 6, 'beta', 1) +version_info = (1, 4, 6, 'final', 0) package_dir = path.abspath(path.dirname(__file__)) |
