Skip to content

Commit

Permalink
Prepare 1.1.12 (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-v-ryabov authored Mar 5, 2022
1 parent 51ebf5b commit 0094a55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Comtypes CHANGELOG
==================

Release 1.1.12
--------------
* Fix ``_pack_`` being returned as a float. Thanks @kdschlosser.
* More general fix for timestamping a type library. Thanks @kdschlosser.

Release 1.1.11
-------------
--------------
* Fix setuptools>=57.5.0 compatibility. Thanks @kdschlosser.
* Fix timestamping for typelib. Thanks @fusentasticus.
* Fix 64bit inproc server. Thanks @klusidy.
Expand All @@ -11,7 +16,7 @@ Release 1.1.11
* Make numpy typecodes consistent across numpy versions. Thanks @bennyrowland.

Release 1.1.10
-------------
--------------
* Fix loading module from relative path on Windows 7.

Release 1.1.9
Expand Down
2 changes: 1 addition & 1 deletion comtypes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os

# comtypes version numbers follow semver (http://semver.org/) and PEP 440
__version__ = "1.1.11"
__version__ = "1.1.12"

if sys.version_info >= (3, 0):
text_type = str
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.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.11'
release = '1.1.12'

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

0 comments on commit 0094a55

Please sign in to comment.