Skip to content

Commit

Permalink
Bump to 2.0.3 final
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Aug 9, 2023
1 parent 1f04366 commit 5c3bbc6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release 2.0.3 (2023-08-09)
==========================

* Fix tests for Sphinx 7.1 and below

Release 2.0.2 (2023-08-07)
==========================

Expand Down
4 changes: 2 additions & 2 deletions sphinxcontrib/htmlhelp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
else:
from sphinx.util import progress_message # type: ignore[attr-defined,no-redef]

__version__ = '2.0.2'
__version_info__ = (2, 0, 2)
__version__ = '2.0.3'
__version_info__ = (2, 0, 3)

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

0 comments on commit 5c3bbc6

Please sign in to comment.