Skip to content

Commit b422668

Browse files
authored
Bump version and update change log for 1.4.14 (#882)
* Update `docs\source\conf.py`. * Update `comtypes\__init__.py`. * Update change log for 1.4.14.
1 parent ee4320f commit b422668

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Comtypes CHANGELOG
22
==================
33

4+
Release 1.4.14
5+
--------------
6+
* Replace ``setup.py`` with ``pyproject.toml``. By @moi15moi.
7+
* Update codebases for PEP585 compliance. By @junkmd.
8+
49
Release 1.4.13
510
--------------
611
* Remove Python 3.8 and add Python 3.14 to the CI pipelines. By @junkmd.

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.13"
2+
__version__ = "1.4.14"
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.13"
63+
release = "1.4.14"
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

0 commit comments

Comments
 (0)