Skip to content

Commit

Permalink
Bump to 2.0.5 final
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jan 13, 2024
1 parent 25f9218 commit 244375f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
@@ -1,4 +1,4 @@
Release 2.0.5 (unreleased)
Release 2.0.5 (2024-01-13)
==========================

* Remove Sphinx as a required dependency, as circular dependencies may cause
Expand Down
4 changes: 2 additions & 2 deletions sphinxcontrib/htmlhelp/__init__.py
Expand Up @@ -28,8 +28,8 @@
else:
from sphinx.util import progress_message # type: ignore[attr-defined,no-redef]

__version__ = '2.0.4'
__version_info__ = (2, 0, 4)
__version__ = '2.0.5'
__version_info__ = (2, 0, 5)

logger = logging.getLogger(__name__)
__ = get_translation(__name__, 'console')
Expand Down

0 comments on commit 244375f

Please sign in to comment.