Change the ctypes version number to "1.1.0".
diff --git a/Misc/NEWS b/Misc/NEWS
index b3f03e7..564e3b1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -109,6 +109,8 @@
 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".