]> granicus.if.org Git - python/commitdiff
on to 3.6.6
authorNed Deily <nad@python.org>
Wed, 14 Mar 2018 03:38:19 +0000 (23:38 -0400)
committerNed Deily <nad@python.org>
Wed, 14 Mar 2018 03:38:19 +0000 (23:38 -0400)
Include/patchlevel.h
README.rst

index 7ed3ea08a3129bb7c78576ab84ce35cebfe34b60..989346b30c54d2c0f5103783c4059457057e924e 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.6.5rc1"
+#define PY_VERSION             "3.6.5+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 248fe27921c51644a5767185eb28af23950cbf26..75be9f7628f85876229cee4de50b83f3bf382882 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.6.5 release candidate 1
-================================================
+This is Python version 3.6.5+
+=============================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
    :alt: CPython build status on Travis CI