]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Mon, 17 Aug 2020 22:18:11 +0000 (18:18 -0400)
committerNed Deily <nad@python.org>
Mon, 17 Aug 2020 22:18:11 +0000 (18:18 -0400)
Include/patchlevel.h
README.rst

index d823319e6e75979541fa5d3c64be8b382b77236c..44b2a348b3f39cce28a7965cdc643360091d8cd0 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       0
 
 /* Version as a string */
-#define PY_VERSION              "3.7.9"
+#define PY_VERSION              "3.7.9+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index d1d66a85e96720a84df9ce8ad9eb69f88ad93035..b1a9a32f0a6c2df7c6d6797cfb31ad898a92ece1 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.7.9
-============================
+This is Python version 3.7.9+
+=============================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.7
    :alt: CPython build status on Travis CI