From 715eb45755d9c53d4b9a94535251a21e68378a8d Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 26 Feb 2017 15:49:56 +0900 Subject: Bump to 1.5.3 final --- sphinx/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sphinx') diff --git a/sphinx/__init__.py b/sphinx/__init__.py index e49d3d0be..8cf8f4a7f 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.3+' +__version__ = '1.5.3' __released__ = '1.5.3' # 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, 3, 'beta', 0) +version_info = (1, 5, 3, 'final', 0) package_dir = path.abspath(path.dirname(__file__)) -- cgit v1.2.1