Skip to content

Commit 626b05e

Browse files
author
cfarrow
committed
Describing version change.
--HG-- extra : convert_revision : svn%3Aa2f44796-8cc0-49ac-b43f-6a96d556d52d/trunk%40581
1 parent 0bccbbb commit 626b05e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

comtypes/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# comtypes version numbers follow the setuptools convention:
44
# http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
55
# 0.6.0dev < 0.6.0a < 0.6.0.b < 0.6.0c < 0.6.0
6+
# XXX As of 0.6.3dev, versions follow the distutils2 numbering
7+
# http://packages.python.org/distribute/setuptools.html#specifying-your-project-s-version
8+
# 0.6.3dev was relabeled 0.6.3.dev1
69
__version__ = "0.6.3.dev1"
710

811
import logging

0 commit comments

Comments
 (0)