Skip to content

Commit 244375f

Browse files
committed
Bump to 2.0.5 final
1 parent 25f9218 commit 244375f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release 2.0.5 (unreleased)
1+
Release 2.0.5 (2024-01-13)
22
==========================
33

44
* Remove Sphinx as a required dependency, as circular dependencies may cause

sphinxcontrib/htmlhelp/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
else:
2929
from sphinx.util import progress_message # type: ignore[attr-defined,no-redef]
3030

31-
__version__ = '2.0.4'
32-
__version_info__ = (2, 0, 4)
31+
__version__ = '2.0.5'
32+
__version_info__ = (2, 0, 5)
3333

3434
logger = logging.getLogger(__name__)
3535
__ = get_translation(__name__, 'console')

0 commit comments

Comments
 (0)