Skip to content

Commit

Permalink
Bump to 4.2.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Sep 12, 2021
1 parent 2390ce6 commit 21db4b1
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,14 +1,5 @@
Release 4.2.0 (in development)
==============================

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

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

Deprecated
----------
Release 4.2.0 (released Sep 12, 2021)
=====================================

Features added
--------------
Expand Down Expand Up @@ -59,9 +50,6 @@ Bugs fixed
language-highlighted ``:code:`` role.
* #9512: sphinx-build: crashed with the HEAD of Python 3.10

Testing
--------

Release 4.1.2 (released Jul 27, 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.2.0+'
__version__ = '4.2.0'
__released__ = '4.2.0' # 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, 2, 0, 'beta', 0)
version_info = (4, 2, 0, 'final', 0)

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

Expand Down

0 comments on commit 21db4b1

Please sign in to comment.