diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-05-15 00:14:00 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2017-05-15 00:14:00 +0900 |
| commit | f27d9447e09ad118c153f549a4aed4cad7d13c06 (patch) | |
| tree | c74a9dc009f0e1856f9caa94f7f6a7615f0ce97b /sphinx/__init__.py | |
| parent | 1329202502b68244d8c05df8bdf3a402f205eb1d (diff) | |
| download | sphinx-git-1.5.tar.gz | |
Diffstat (limited to 'sphinx/__init__.py')
| -rw-r--r-- | sphinx/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 3f3061aa3..cb9f9e63f 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -30,13 +30,13 @@ if 'PYTHONWARNINGS' not in os.environ: warnings.filterwarnings('ignore', "'U' mode is deprecated", DeprecationWarning, module='docutils.io') -__version__ = '1.5.6+' +__version__ = '1.5.6' __released__ = '1.5.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, 5, 6, 'beta', 0) +version_info = (1, 5, 6, 'final', 0) package_dir = path.abspath(path.dirname(__file__)) |
