Skip to content

Commit fb8fd58

Browse files
authored
Bump version and update change log for 1.4.13 (#874)
* Update `docs\source\conf.py`. * Update `docs\source\conf.py`. * Update change log for 1.4.13.
1 parent 2429d34 commit fb8fd58

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Comtypes 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+
411
Release 1.4.12
512
--------------
613
* Add support for coverage. By @moi15moi.

comtypes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# comtypes version numbers follow semver (http://semver.org/) and PEP 440
2-
__version__ = "1.4.12"
2+
__version__ = "1.4.13"
33

44
try:
55
from _ctypes import COMError # noqa

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = "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.

0 commit comments

Comments
 (0)