Skip to content

Commit

Permalink
Bump version number to 0.6.1 for the release.
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3Aa2f44796-8cc0-49ac-b43f-6a96d556d52d/trunk%40534
  • Loading branch information
theller committed Aug 19, 2009
1 parent 25b9a3a commit 2a258e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2009-08-19 Thomas Heller <[email protected]>

* Bumped version number to 0.6.1.

2009-08-07 Thomas Heller <[email protected]>

* When an interface was specified in the call to
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 @@
# comtypes version numbers follow the setuptools convention:
# http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
# 0.6.0dev < 0.6.0a < 0.6.0.b < 0.6.0c < 0.6.0
__version__ = "0.6.0.2dev"
__version__ = "0.6.1"

import logging
class NullHandler(logging.Handler):
Expand Down

0 comments on commit 2a258e6

Please sign in to comment.