File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11Comtypes CHANGELOG
22==================
33
4+ Release 1.4.13
5+ --------------
6+ * Remove Python 3.8 and add Python 3.14 to the CI pipelines. By @junkmd.
7+ * Declare the minimum Python version as 3.9. By @junkmd. By @junkmd.
8+ * Update ``PyCArgObject.value`` for Python 3.14 compatibility. By @junkmd.
9+ * Add version bridges for the ``__pointer_type__`` attribute protocol. By @junkmd.
10+
411Release 1.4.12
512--------------
613* Add support for coverage. By @moi15moi.
Original file line number Diff line number Diff line change 11# comtypes version numbers follow semver (http://semver.org/) and PEP 440
2- __version__ = "1.4.12 "
2+ __version__ = "1.4.13 "
33
44try :
55 from _ctypes import COMError # noqa
Original file line number Diff line number Diff line change 6060# The short X.Y version.
6161version = "1.4"
6262# The full version, including alpha/beta/rc tags.
63- release = "1.4.12 "
63+ release = "1.4.13 "
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments