Skip to content

Commit

Permalink
Bump version and update change log for 1.4.6 (#595)
Browse files Browse the repository at this point in the history
* update `docs\source\conf.py`

* update `comtypes\__init__.py`

* update change log for 1.4.6
  • Loading branch information
junkmd committed Aug 4, 2024
1 parent b2c0c4e commit a6ea0c3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Comtypes CHANGELOG
==================

Release 1.4.6
--------------
* Add tests and method annotations for ``IRecordInfo``. By @junkmd.
* Improve static typings in ``automation``. By @junkmd.
* Tidy up import part in some modules. By @junkmd.
* Refer to ``Any`` and ``Tuple`` from the ``hints`` stub instead of directly importing them in generated modules. By @junkmd.
* Modernize ``GUID.py``. By @junkmd.
* Improve ``codegenerator.modulenamer`` static typing. By @junkmd.
* Avoid using keywords in ``TYPE_CHECKING`` blocks. By @junkmd.
* Improve member defining parts of ``ParseInterface`` and ``ParseDispatch``. By @junkmd.
* Fix Annoying SyntaxWarning. By @v01d-gh.

Release 1.4.5
--------------
* Split ``__init__.py`` into some modules. By @junkmd.
Expand Down
2 changes: 1 addition & 1 deletion comtypes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# comtypes version numbers follow semver (http://semver.org/) and PEP 440
__version__ = "1.4.5"
__version__ = "1.4.6"

try:
from _ctypes import COMError # noqa
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.4.5'
release = '1.4.6'

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

0 comments on commit a6ea0c3

Please sign in to comment.