summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2020-06-17 23:54:25 -0400
committerNed Deily <nad@python.org>2020-06-17 23:54:25 -0400
commit93514bd24447d8dd1579ac838e2d8915a1bbc17f (patch)
tree3b486fc6308dca1feaaac5b3fcf57f7fb2ff9663
parent3.6.11rc1 (diff)
downloadcpython-93514bd24447d8dd1579ac838e2d8915a1bbc17f.tar.gz
cpython-93514bd24447d8dd1579ac838e2d8915a1bbc17f.tar.bz2
cpython-93514bd24447d8dd1579ac838e2d8915a1bbc17f.zip
Post release update
-rw-r--r--Include/patchlevel.h2
-rw-r--r--README.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index b0435268a24..9710c54b65c 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.6.11rc1"
+#define PY_VERSION "3.6.11rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
diff --git a/README.rst b/README.rst
index 8e69337d403..44e537c31ab 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-This is Python version 3.6.10 candidate 1
-=========================================
+This is Python version 3.6.10 candidate 1+
+==========================================
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
:alt: CPython build status on Travis CI