diff options
| author | shimizukawa <shimizukawa@gmail.com> | 2016-01-12 23:57:44 +0900 |
|---|---|---|
| committer | shimizukawa <shimizukawa@gmail.com> | 2016-01-12 23:57:44 +0900 |
| commit | 8e7107b1a2d0fa55a5b81bb95073e8ab4dfa971b (patch) | |
| tree | 8a3ec48859acfaf2812970d2a70c432201b356f4 /sphinx | |
| parent | d33b32323f99662f904598d4d454dac3b6c947fc (diff) | |
| download | sphinx-git-1.3.4.tar.gz | |
Bump to 1.3.4 finalv1.3.4
Diffstat (limited to 'sphinx')
| -rw-r--r-- | sphinx/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 0e6881df5..d159c2729 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -15,13 +15,13 @@ import sys from os import path -__version__ = '1.3.3+' -__released__ = '1.3.3+' # used when Sphinx builds its own docs +__version__ = '1.3.4' +__released__ = '1.3.4' # 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, 3, 4, 'beta', 1) +version_info = (1, 3, 4, 'final', 0) package_dir = path.abspath(path.dirname(__file__)) |
