]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump version to 2.7.18rc1. v2.7.18rc1
authorBenjamin Peterson <benjamin@python.org>
Sat, 4 Apr 2020 16:54:14 +0000 (11:54 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 4 Apr 2020 16:54:14 +0000 (11:54 -0500)
Include/patchlevel.h
README

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