From 0150548940b46c72869f5ee07e6ef56a166b25fd Mon Sep 17 00:00:00 2001 From: shimizukawa Date: Sun, 5 Jul 2015 10:00:54 +0900 Subject: [PATCH] the release is canceled. --- sphinx/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sphinx/__init__.py b/sphinx/__init__.py index 3b45b23de..d46f19779 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -15,13 +15,13 @@ import sys from os import path -__version__ = '1.3.2' -__released__ = '1.3.2' # used when Sphinx builds its own docs +__version__ = '1.3.1+' +__released__ = '1.3.1+' # 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, 2, 'final', 0) +version_info = (1, 3, 1, 'beta', 1) package_dir = path.abspath(path.dirname(__file__))