Skip to content

Commit

Permalink
Bump to 4.5.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
tk0miya committed Mar 27, 2022
1 parent c344441 commit 2329fde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
Release 4.5.0 (in development)
==============================

Dependencies
------------
Release 4.5.0 (released Mar 28, 2022)
=====================================

Incompatible changes
--------------------
Expand Down Expand Up @@ -62,9 +59,6 @@ Bugs fixed
* #10122: sphinx-build: make.bat does not check the installation of sphinx-build
command before showing help

Testing
--------

Release 4.4.0 (released Jan 17, 2022)
=====================================

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

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

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

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

Expand Down

0 comments on commit 2329fde

Please sign in to comment.