File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11Comtypes 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+
49Release 1.4.13
510--------------
611* Remove Python 3.8 and add Python 3.14 to the CI pipelines. By @junkmd.
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.13 "
2+ __version__ = "1.4.14 "
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.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.
You can’t perform that action at this time.
0 commit comments