Skip to content

Commit f6a839f

Browse files
committed
Bump to 3.5.4 final
1 parent 8602e64 commit f6a839f

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

CHANGES

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
1-
Release 3.5.4 (in development)
2-
==============================
1+
Release 3.5.4 (released Apr 11, 2021)
2+
=====================================
33

44
Dependencies
55
------------
66

77
* #9071: Restrict docutils to 0.16
88

9-
Incompatible changes
10-
--------------------
11-
12-
Deprecated
13-
----------
14-
15-
Features added
16-
--------------
17-
189
Bugs fixed
1910
----------
2011

@@ -26,9 +17,6 @@ Bugs fixed
2617
- The content of ``sidebar`` directive
2718
- figures
2819

29-
Testing
30-
--------
31-
3220
Release 3.5.3 (released Mar 20, 2021)
3321
=====================================
3422

sphinx/__init__.py

Lines changed: 2 additions & 2 deletions
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__ = '3.5.4+'
35+
__version__ = '3.5.4'
3636
__released__ = '3.5.4' # 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 = (3, 5, 4, 'beta', 0)
46+
version_info = (3, 5, 4, 'final', 0)
4747

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

0 commit comments

Comments
 (0)