summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-12-18 20:47:58 -0500
committerNed Deily <nad@python.org>2019-12-18 20:47:58 -0500
commit54bd737d3bd226ce6ffe2f494cc3e3943584de72 (patch)
treeb20344763858988384fcc0f91be7851c69e154bb
parente5c7f464d1b6bf153189da67c870e759635aa73e (diff)
downloadcpython-git-54bd737d3bd226ce6ffe2f494cc3e3943584de72.tar.gz
Post release updates
-rw-r--r--Include/patchlevel.h2
-rw-r--r--Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst1
-rw-r--r--README.rst4
3 files changed, 3 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index ee26960323..e912ff069b 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.6"
+#define PY_VERSION "3.7.6+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
diff --git a/Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst b/Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst
deleted file mode 100644
index cc9ceb4cc5..0000000000
--- a/Misc/NEWS.d/next/macOS/2019-12-17-03-43-04.bpo-38295.hgDvlB.rst
+++ /dev/null
@@ -1 +0,0 @@
-Prevent failure of test_relative_path in test_py_compile on macOS Catalina.
diff --git a/README.rst b/README.rst
index 27425dd449..b4b9fbf8f6 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-This is Python version 3.7.6
-============================
+This is Python version 3.7.6+
+=============================
.. image:: https://travis-ci.org/python/cpython.svg?branch=3.7
:alt: CPython build status on Travis CI