Skip to content

Commit

Permalink
Bump version to 1.1.14 and update change log (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasily-v-ryabov authored Aug 19, 2022
1 parent 0739ec1 commit 57e4f24
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Comtypes CHANGELOG
==================

Release 1.1.14
--------------
* Fix ``SyntaxError`` in generated docstring. Thanks @junkmd.

Release 1.1.13
--------------
* Many fixes in code generator. Thanks @junkmd.
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.13"
__version__ = "1.1.14"

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.13'
release = '1.1.14'

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

0 comments on commit 57e4f24

Please sign in to comment.