]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Tue, 10 Mar 2020 07:47:29 +0000 (03:47 -0400)
committerNed Deily <nad@python.org>
Tue, 10 Mar 2020 07:47:29 +0000 (03:47 -0400)
Include/patchlevel.h
README.rst

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