]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump version to 2.7.17rc1.
authorBenjamin Peterson <benjamin@python.org>
Tue, 8 Oct 2019 02:03:32 +0000 (19:03 -0700)
committerBenjamin Peterson <benjamin@python.org>
Tue, 8 Oct 2019 02:03:32 +0000 (19:03 -0700)
Include/patchlevel.h
README

index a123df8da053b46dfa416b83358fcb1f950d3cfe..de01a84abbdbe82c8ddbc7afa2cf31af5b1a6052 100644 (file)
 /*--start constants--*/
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
-#define PY_MICRO_VERSION       16
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       17
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.7.16+"
+#define PY_VERSION             "2.7.17rc1"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
diff --git a/README b/README
index 689a3e38dc47600a3e5af467bfe36a76aa15af02..9f03976cba5ec791b061efd6bdd70700bb18a578 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This is Python version 2.7.16
+This is Python version 2.7.17
 =============================
 
 Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,