Change the ctypes version number to "1.0.2".
diff --git a/Misc/NEWS b/Misc/NEWS
index 4df89da..87f1629 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,6 +89,8 @@
 Extension Modules
 -----------------
 
+- The version number of the ctypes package was changed to "1.0.2".
+
 - Patch #1544279: Improve thread-safety of the socket module by moving
   the sock_addr_t storage out of the socket object.