]> granicus.if.org Git - python/commitdiff
Change the ctypes version number to "1.1.0".
authorThomas Heller <theller@ctypes.org>
Wed, 10 Jan 2007 20:12:13 +0000 (20:12 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 10 Jan 2007 20:12:13 +0000 (20:12 +0000)
Lib/ctypes/__init__.py
Misc/NEWS

index 6a6053e636ac9148c217f73fd75bf021f4966ba2..f37c3b49a2d34debbde2049a9bc942bf3fdbbbe1 100644 (file)
@@ -5,7 +5,7 @@
 
 import os as _os, sys as _sys
 
-__version__ = "1.0.1"
+__version__ = "1.1.0"
 
 from _ctypes import Union, Structure, Array
 from _ctypes import _Pointer
index b3f03e700992c6ab6b2edac2fba138f2c565dad7..564e3b11920c00b407b07952f9f289938423e99a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -109,6 +109,8 @@ Core and builtins
 Library
 -------
 
+- The version number of the ctypes package changed to "1.1.0".
+
 - Bug #1627575: logging: Added _open() method to FileHandler which can
   be used to reopen files. The FileHandler instance now saves the
   encoding (which can be None) in an attribute called "encoding".