Skip to content

Commit d3411a6

Browse files
committed
Bump to 1.0.5 final
1 parent 7ecbc2c commit d3411a6

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.5 (2023-08-14)
2+
==========================
3+
4+
* Use ``os.PathLike`` over ``pathlib.Path``
5+
16
Release 1.0.4 (2023-08-09)
27
==========================
38

sphinxcontrib/devhelp/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
except ImportError:
2727
import lxml.etree as etree # type: ignore
2828

29-
__version__ = '1.0.4'
30-
__version_info__ = (1, 0, 4)
29+
__version__ = '1.0.5'
30+
__version_info__ = (1, 0, 5)
3131

3232
logger = logging.getLogger(__name__)
3333
__ = get_translation(__name__, 'console')

0 commit comments

Comments
 (0)