Skip to content

Commit f7f5d4e

Browse files
committed
Bump to 2.1.0
1 parent ec1353c commit f7f5d4e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Release 2.1.0 (2024-07-28)
2+
==========================
3+
4+
* Adopt Ruff
5+
* Tighten MyPy settings
6+
* Update GitHub actions versions
7+
* Escape HTML entities
8+
19
Release 2.0.6 (2024-07-20)
210
==========================
311

sphinxcontrib/htmlhelp/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
else:
3333
from sphinx.util import progress_message # type: ignore[no-redef]
3434

35-
__version__ = '2.0.6'
36-
__version_info__ = (2, 0, 6)
35+
__version__ = '2.1.0'
36+
__version_info__ = (2, 1, 0)
3737

3838
logger = logging.getLogger(__name__)
3939
__ = get_translation(__name__, 'console')

0 commit comments

Comments
 (0)