diff options
author | Ned Deily <nad@python.org> | 2018-06-27 22:00:56 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-06-27 22:00:56 (GMT) |
commit | fab3ba4b9ec2da4e557cfac90de74e57b3ea648e (patch) | |
tree | 68b19e5cb51c87e75059ceae05c18b0e837a1743 | |
parent | 853a36a53a0e9586fb08a823e5eb0e9c39bf6540 (diff) | |
download | cpython-fab3ba4b9ec2da4e557cfac90de74e57b3ea648e.zip cpython-fab3ba4b9ec2da4e557cfac90de74e57b3ea648e.tar.gz cpython-fab3ba4b9ec2da4e557cfac90de74e57b3ea648e.tar.bz2 |
start 3.6.6+
-rw-r--r-- | Include/patchlevel.h | 2 | ||||
-rw-r--r-- | README.rst | 4 |
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. @@ -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 |