summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-06-27 22:00:56 (GMT)
committerNed Deily <nad@python.org>2018-06-27 22:00:56 (GMT)
commitfab3ba4b9ec2da4e557cfac90de74e57b3ea648e (patch)
tree68b19e5cb51c87e75059ceae05c18b0e837a1743
parent853a36a53a0e9586fb08a823e5eb0e9c39bf6540 (diff)
downloadcpython-fab3ba4b9ec2da4e557cfac90de74e57b3ea648e.zip
cpython-fab3ba4b9ec2da4e557cfac90de74e57b3ea648e.tar.gz
cpython-fab3ba4b9ec2da4e557cfac90de74e57b3ea648e.tar.bz2
start 3.6.6+
-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 f20d080..3be6a8d 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.6.6"
+#define PY_VERSION "3.6.6+"
/*--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 1dab9c8..6256034 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-This is Python version 3.6.6
-============================
+This is Python version 3.6.6+
+=============================
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
:alt: CPython build status on Travis CI