summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-09-26 20:12:10 -0400
committerNed Deily <nad@python.org>2018-09-26 20:12:10 -0400
commit2bdba6b4290d9282d88d1df9166aa287f6a211fe (patch)
tree83d15ab8d1faf661643dc860ff30f67ff7dd38b8
parentdd7cf4564b2fbec981b0b34a84acf0fb46862b88 (diff)
downloadcpython-git-2bdba6b4290d9282d88d1df9166aa287f6a211fe.tar.gz
Post release bump
-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 d375d2897e..083b63225e 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.1rc1"
+#define PY_VERSION "3.7.1rc1+"
/*--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 2e70bf07ae..b753db34c3 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
-This is Python version 3.7.1 release candidate
-==============================================
+This is Python version 3.7.1rc1+
+================================
.. image:: https://travis-ci.org/python/cpython.svg?branch=master
:alt: CPython build status on Travis CI