]> granicus.if.org Git - python/commitdiff
Bump to v3.6.2+
authorNed Deily <nad@python.org>
Mon, 17 Jul 2017 04:54:03 +0000 (00:54 -0400)
committerNed Deily <nad@python.org>
Mon, 17 Jul 2017 04:54:03 +0000 (00:54 -0400)
Include/patchlevel.h
Misc/NEWS

index 0c82f5c0db855a21a6355ab32e0cf0c5403c8317..67d0059b2797e052f7af81134a166a3f1d176afd 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       6
 #define PY_MICRO_VERSION       2
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      2
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.6.2rc2+"
+#define PY_VERSION             "3.6.2+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 3cdacc2b637fe4f92ea48a4eb41849fe8781a84c..e7e9cb449d308f5b857202848a88160d1ed68a2b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,14 @@ Library
   They now always return bytes.
 
 
+What's New in Python 3.6.2?
+===========================
+
+*Release date: 2017-07-17*
+
+- No changes since release candidate 2
+
+
 What's New in Python 3.6.2 release candidate 2?
 ===============================================