Skip to content

Commit 4ba5c21

Browse files
committed
Bump to 4.1.2 final
1 parent 4dc45f0 commit 4ba5c21

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,21 +1,12 @@
1-
Release 4.1.2 (in development)
2-
==============================
3-
4-
Dependencies
5-
------------
1+
Release 4.1.2 (released Jul 27, 2021)
2+
=====================================
63

74
Incompatible changes
85
--------------------
96

107
* #9435: linkcheck: Disable checking automatically generated anchors on
118
github.com (ex. anchors in reST/Markdown documents)
129

13-
Deprecated
14-
----------
15-
16-
Features added
17-
--------------
18-
1910
Bugs fixed
2011
----------
2112

@@ -27,9 +18,6 @@ Bugs fixed
2718
* #9456: html search: html_copy_source can't control the search summaries
2819
* #9435: linkcheck: Failed to check anchors in github.com
2920

30-
Testing
31-
--------
32-
3321
Release 4.1.1 (released Jul 15, 2021)
3422
=====================================
3523

sphinx/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
warnings.filterwarnings('ignore', "'U' mode is deprecated",
2828
DeprecationWarning, module='docutils.io')
2929

30-
__version__ = '4.1.2+'
30+
__version__ = '4.1.2'
3131
__released__ = '4.1.2' # used when Sphinx builds its own docs
3232

3333
#: Version info for better programmatic use.
@@ -38,7 +38,7 @@
3838
#:
3939
#: .. versionadded:: 1.2
4040
#: Before version 1.2, check the string ``sphinx.__version__``.
41-
version_info = (4, 1, 2, 'beta', 0)
41+
version_info = (4, 1, 2, 'final', 0)
4242

4343
package_dir = path.abspath(path.dirname(__file__))
4444

0 commit comments

Comments
 (0)