Skip to content

Commit e2e4c48

Browse files
committed
Bump to 2.0.1 final
1 parent 7b2dd80 commit e2e4c48

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

Diff for: CHANGES

+2-17
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
Release 2.0.1 (in development)
2-
==============================
3-
4-
Dependencies
5-
------------
6-
7-
Incompatible changes
8-
--------------------
9-
10-
Deprecated
11-
----------
12-
13-
Features added
14-
--------------
1+
Release 2.0.1 (released Apr 08, 2019)
2+
=====================================
153

164
Bugs fixed
175
----------
@@ -33,9 +21,6 @@ Bugs fixed
3321
* #6263: html: HTML5Translator crashed with invalid field node
3422
* #6262: html theme: The style of field lists has changed in bizstyle theme
3523

36-
Testing
37-
--------
38-
3924
Release 2.0.0 (released Mar 29, 2019)
4025
=====================================
4126

Diff for: sphinx/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
warnings.filterwarnings('ignore', "'U' mode is deprecated",
3333
DeprecationWarning, module='docutils.io')
3434

35-
__version__ = '2.0.1+'
35+
__version__ = '2.0.1'
3636
__released__ = '2.0.1' # used when Sphinx builds its own docs
3737

3838
#: Version info for better programmatic use.
@@ -43,7 +43,7 @@
4343
#:
4444
#: .. versionadded:: 1.2
4545
#: Before version 1.2, check the string ``sphinx.__version__``.
46-
version_info = (2, 0, 1, 'beta', 0)
46+
version_info = (2, 0, 1, 'final', 0)
4747

4848
package_dir = path.abspath(path.dirname(__file__))
4949

0 commit comments

Comments
 (0)