Skip to content

Commit 6c87f73

Browse files
committed
Bump to 1.0.5 final
1 parent b2dc14b commit 6c87f73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release 1.0.5 (unreleased)
1+
Release 1.0.5 (2024-01-13)
22
==========================
33

44
* Remove Sphinx as a required dependency, as circular dependencies may cause

sphinxcontrib/devhelp/__init__.py

Lines changed: 2 additions & 2 deletions
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)