Commit fb9d7873 authored by Thomas Heller's avatar Thomas Heller

Change the ctypes version number to "1.1.0".

parent 37e6502c
......@@ -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
......
......@@ -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".
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment