]> granicus.if.org Git - python/commitdiff
Update docs and patchlevel for 3.6.1rc1. v3.6.1rc1
authorNed Deily <nad@python.org>
Sat, 4 Mar 2017 17:25:04 +0000 (12:25 -0500)
committerNed Deily <nad@python.org>
Sat, 4 Mar 2017 17:25:04 +0000 (12:25 -0500)
Include/patchlevel.h
Misc/NEWS

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