summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-03-12 18:09:08 -0400
committerNed Deily <nad@python.org>2019-03-12 18:09:08 -0400
commit822952c14e3c0f88d3aca2fab4f02e851de69fa2 (patch)
tree604ae8ffd22d268bd66a31e6cef1754e9bd84eb3
parent69785b212765f0943eb4611e1886436bdd01ade0 (diff)
downloadcpython-git-822952c14e3c0f88d3aca2fab4f02e851de69fa2.tar.gz
bump to 3.7.3rc1+
-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 57775f2e5d..d8bac50d16 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.7.3rc1"
+#define PY_VERSION "3.7.3rc1+"
/*--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 8d008a26ff..eb2134a5a0 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-This is Python version 3.7.3 candidate 1
-========================================
+This is Python version 3.7.3 candidate 1+
+=========================================
.. image:: https://travis-ci.org/python/cpython.svg?branch=master
:alt: CPython build status on Travis CI