]> granicus.if.org Git - python/commitdiff
Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will be...
authorNed Deily <nad@python.org>
Wed, 7 Dec 2016 06:59:27 +0000 (01:59 -0500)
committerNed Deily <nad@python.org>
Wed, 7 Dec 2016 06:59:27 +0000 (01:59 -0500)
Include/patchlevel.h
Misc/NEWS

index e2a9aceb98b33569bd5a39bb14bce94cbb0d351a..49930e8556534993dbf0d6461fa3ffcca7678d5a 100644 (file)
 #define PY_MAJOR_VERSION       3
 #define PY_MINOR_VERSION       6
 #define PY_MICRO_VERSION       0
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.6.0rc1"
+#define PY_VERSION             "3.6.0+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 770c8a9623faefcd450d9159ff7d8193ea4834b0..fe8cb97ec1e9a0d3f618a6136e908540b516072d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2,6 +2,18 @@
 Python News
 +++++++++++
 
+What's New in Python 3.6.1 release candidate 1
+==============================================
+
+*Release date: XXXX-XX-XX*
+
+Core and Builtins
+-----------------
+
+Library
+-------
+
+
 What's New in Python 3.6.0 release candidate 1
 ==============================================