]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bump to 3.7.3+
authorNed Deily <nad@python.org>
Mon, 25 Mar 2019 23:31:06 +0000 (19:31 -0400)
committerNed Deily <nad@python.org>
Mon, 25 Mar 2019 23:31:06 +0000 (19:31 -0400)
Include/patchlevel.h
README.rst

index 61ed4c4896a3d51f3f75f24695fb1e3bf7b51195..e7dfbeeb96321fbc249e7a5f6ac4c465f6624ee7 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       0
 
 /* Version as a string */
-#define PY_VERSION              "3.7.3"
+#define PY_VERSION              "3.7.3+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 96d05f931d5675490f686c94dc2ee76f211a6ce1..59d62dc415d30775207f4997700750c15699fdbc 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.7.3
-============================
+This is Python version 3.7.3+
+=============================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=master
    :alt: CPython build status on Travis CI