summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-03-21 02:18:06 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-03-21 02:18:06 +0900
commit987cf555d8d7fb08a9d59d6a1d26ac575a788bb5 (patch)
tree9778bdb9fc1b6a73dd64e67ec9105554298e7ffb /sphinx
parent0af3012cb837ab93e4b7521dc3db602816fab0ad (diff)
downloadsphinx-git-2.0.0b2.tar.gz
Bump to 2.0.0 beta2v2.0.0b2
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 6c15f920f..c99d092c2 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -32,8 +32,8 @@ if 'PYTHONWARNINGS' not in os.environ:
warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io')
-__version__ = '2.0.0+'
-__released__ = '2.0.0' # used when Sphinx builds its own docs
+__version__ = '2.0.0b2'
+__released__ = '2.0.0b2' # used when Sphinx builds its own docs
#: Version info for better programmatic use.
#: