]> granicus.if.org Git - python/commitdiff
Version bump to 3.6.2final v3.6.2
authorNed Deily <nad@python.org>
Sat, 8 Jul 2017 03:33:27 +0000 (23:33 -0400)
committerNed Deily <nad@python.org>
Sat, 8 Jul 2017 03:33:27 +0000 (23:33 -0400)
Include/patchlevel.h
Misc/NEWS
README.rst

index 91b8ece15ba4a6adc7f032c1a5b40fb36226cfbe..312a6fbab7f17046e477425f7fd1abe69b65888f 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 a76d2a1695b7e73ff852f84cc05e4d869b23867d..644b4c37c862c4f6a92f9969ac5493e4a2c8a6e4 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,14 @@
 Python News
 +++++++++++
 
+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?
 ===============================================
 
index 4b5647596102067bac35c3d112b7e027f3bff41d..c43cd4424baa1497f743f3b6e6bcc61416b281eb 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.6.2 release candidate 2
-================================================
+This is Python version 3.6.2
+============================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
    :alt: CPython build status on Travis CI