Skip to content

Commit 5b47df9

Browse files
committed
Bump to 2.4.1 final
1 parent 34da0e4 commit 5b47df9

File tree

2 files changed

+4
-19
lines changed

2 files changed

+4
-19
lines changed

CHANGES

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,12 @@
1-
Release 2.4.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.4.1 (released Feb 11, 2020)
2+
=====================================
153

164
Bugs fixed
175
----------
186

197
* #7120: html: crashed when on scaling SVG images which have float dimentions
208
* #7126: autodoc: TypeError: 'getset_descriptor' object is not iterable
219

22-
Testing
23-
--------
24-
2510
Release 2.4.0 (released Feb 09, 2020)
2611
=====================================
2712

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__ = '2.4.1+'
35+
__version__ = '2.4.1'
3636
__released__ = '2.4.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, 4, 1, 'beta', 0)
46+
version_info = (2, 4, 1, 'final', 0)
4747

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

0 commit comments

Comments
 (0)