Skip to content

Commit

Permalink
Bump version: 1.1.3 → 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 20, 2017
1 parent fc9f3a6 commit 680f3f4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
files = comtypes/__init__.py docs/source/index.rst docs/source/conf.py
commit = True
tag_name = {current_version}
current_version = 1.1.3
current_version = 1.1.4

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.3"
__version__ = "1.1.4"

import logging
class NullHandler(logging.Handler):
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.3'
release = '1.1.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ for *dispatch based* COM interfaces, it is not possible to access
The |comtypes| package makes it easy to access and implement both
custom and dispatch based COM interfaces.

This document describes |comtypes| version 1.1.3.
This document describes |comtypes| version 1.1.4.

NEW: The beginning of the documentation for implementing COM servers in
comtypes is here: comtypes_server_
Expand Down

0 comments on commit 680f3f4

Please sign in to comment.