Hello,

On behalf of the comtypes developers, I am happy to announce the release of
comtypes 1.1.1. The release can be found on PyPI:
https://pypi.python.org/pypi/comtypes/1.1.1.

Version 1.1.1 is a bugfix release on 1.1.0. Several bugs introduced in
1.1.0 have been uncovered and fixed, as well as some earlier issues. See
further below for the full change log. The contributors to this release are
Chris Farrow, kyleMR, Paul Moore, and shgohh. If you would like to
contribute to the project, you can do so via the development page on
GitHub: https://github.com/enthought/comtypes.

Comtypes CHANGELOG
==================

Release 1.1.1
-------------

 * Fixed backwards-incompatible change where empty strings in VARIANTs were
   being converted to NULL (#68). Thanks to shgohh for the bug report.
 * Fixed npsupport module to fail gracefully when numpy is not present
(#62).
   Thanks to kyleMR for the patch.
 * Fixed low-level property machinery in _comobject (#60).
 * Fixed bug where numpy would be imported when using safe arrays (#59).
Thanks
   to Paul Moore (pfmoore) for submitting the bug and a patch.
 * Fixed bug in patching machinery (#57). Thanks to Paul Moore (pfmoore) for
   the patch.
 * Various documentation cleanups.


Enjoy!

Chris Farrow
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
comtypes-users mailing list
comtypes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/comtypes-users

Reply via email to