Skip to content

Commit

Permalink
Bump to 4.1.1 final
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Jul 14, 2021
1 parent ffa0831 commit 564439e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
16 changes: 2 additions & 14 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,29 +1,17 @@
Release 4.1.1 (in development)
==============================
Release 4.1.1 (released Jul 15, 2021)
=====================================

Dependencies
------------

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

Incompatible changes
--------------------

Deprecated
----------

Features added
--------------

Bugs fixed
----------

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

Testing
--------

Release 4.1.0 (released Jul 12, 2021)
=====================================

Expand Down
4 changes: 2 additions & 2 deletions sphinx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
warnings.filterwarnings('ignore', "'U' mode is deprecated",
DeprecationWarning, module='docutils.io')

__version__ = '4.1.1+'
__version__ = '4.1.1'
__released__ = '4.1.1' # used when Sphinx builds its own docs

#: Version info for better programmatic use.
Expand All @@ -38,7 +38,7 @@
#:
#: .. versionadded:: 1.2
#: Before version 1.2, check the string ``sphinx.__version__``.
version_info = (4, 1, 1, 'beta', 0)
version_info = (4, 1, 1, 'final', 0)

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

Expand Down

0 comments on commit 564439e

Please sign in to comment.