summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2022-10-11 00:36:35 -0700
committerNed Deily <nad@python.org>2022-10-11 00:36:35 -0700
commit6d576a44791eb92bfb9a6fed58e844485c2f381d (patch)
treee94d6fe86b79bc6089c6f2c47c44dbed9c7b0906
parent9de83ce9704ba065626f483abf6c21b7b829104e (diff)
downloadcpython-git-6d576a44791eb92bfb9a6fed58e844485c2f381d.tar.gz
Post release updates
-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 b53f33adb6..ab3fc9b392 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.7.15"
+#define PY_VERSION "3.7.15+"
/*--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 aff3d1cbc7..2c80b7b738 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-This is Python version 3.7.15
-=============================
+This is Python version 3.7.15+
+==============================
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.7
:alt: CPython build status on Travis CI