Skip to content

Commit efbef0b

Browse files
committed
Bump to 1.0.6 final
1 parent cb4550b commit efbef0b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Release 1.0.6 (2023-08-09)
2+
==========================
3+
4+
* Fix tests for Sphinx 7.1 and below
5+
16
Release 1.0.5 (2023-08-07)
27
==========================
38

sphinxcontrib/applehelp/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
SkipProgressMessage, progress_message
2626
)
2727

28-
__version__ = '1.0.5'
29-
__version_info__ = (1, 0, 5)
28+
__version__ = '1.0.6'
29+
__version_info__ = (1, 0, 6)
3030

3131
package_dir = path.abspath(path.dirname(__file__))
3232
template_dir = path.join(package_dir, 'templates')

0 commit comments

Comments
 (0)