Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-03-20 20:18:06 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-03-20 20:18:06 +0300
commit987cf555d8d7fb08a9d59d6a1d26ac575a788bb5 (patch)
tree9778bdb9fc1b6a73dd64e67ec9105554298e7ffb
parent0af3012cb837ab93e4b7521dc3db602816fab0ad (diff)
Bump to 2.0.0 beta2v2.0.0b2
-rw-r--r--CHANGES13
-rw-r--r--sphinx/__init__.py4
2 files changed, 4 insertions, 13 deletions
diff --git a/CHANGES b/CHANGES
index 9608e3aa3..3dbb82b50 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,20 +1,11 @@
-Release 2.0.0 beta2 (in development)
-====================================
-
-Dependencies
-------------
+Release 2.0.0 beta2 (released Mar 21, 2019)
+===========================================
Incompatible changes
--------------------
* texinfo: image files are copied into ``name-figure`` directory
-Deprecated
-----------
-
-Features added
---------------
-
Bugs fixed
----------
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.
#: