Skip to content

Commit

Permalink
Bump to 4.1.2 final
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Jul 26, 2021
1 parent 4dc45f0 commit 4ba5c21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
16 changes: 2 additions & 14 deletions CHANGES
@@ -1,21 +1,12 @@
Release 4.1.2 (in development)
==============================

Dependencies
------------
Release 4.1.2 (released Jul 27, 2021)
=====================================

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

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

Deprecated
----------

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

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

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

Testing
--------

Release 4.1.1 (released Jul 15, 2021)
=====================================

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

__version__ = '4.1.2+'
__version__ = '4.1.2'
__released__ = '4.1.2' # 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, 2, 'beta', 0)
version_info = (4, 1, 2, 'final', 0)

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

Expand Down

0 comments on commit 4ba5c21

Please sign in to comment.