Skip to content

Commit 564439e

Browse files
committed
Bump to 4.1.1 final
1 parent ffa0831 commit 564439e

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,29 +1,17 @@
1-
Release 4.1.1 (in development)
2-
==============================
1+
Release 4.1.1 (released Jul 15, 2021)
2+
=====================================
33

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

77
* #9434: sphinxcontrib-htmlhelp-2.0.0 or above
88
* #9434: sphinxcontrib-serializinghtml-1.1.5 or above
99

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

2213
* #9438: html: HTML logo or Favicon specified as file not being found on output
2314

24-
Testing
25-
--------
26-
2715
Release 4.1.0 (released Jul 12, 2021)
2816
=====================================
2917

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.1+'
30+
__version__ = '4.1.1'
3131
__released__ = '4.1.1' # 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, 1, 'beta', 0)
41+
version_info = (4, 1, 1, 'final', 0)
4242

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

0 commit comments

Comments
 (0)