]> granicus.if.org Git - python/commitdiff
2.7.12 final v2.7.12
authorBenjamin Peterson <benjamin@python.org>
Sat, 25 Jun 2016 21:03:21 +0000 (14:03 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sat, 25 Jun 2016 21:03:21 +0000 (14:03 -0700)
Include/patchlevel.h
Misc/NEWS

index 4c57860158f7305ca9676bb222e5b7df7a8aaa83..e47005ddccae79f1075338b64ca807bd6dfda634 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       7
 #define PY_MICRO_VERSION       12
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.7.12rc1"
+#define PY_VERSION             "2.7.12"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty
index 3cf805df32353ce782c84459b91157640cb22b8f..4ab3a70aa8491c1def7c89b3addc3a152df2807c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -5,6 +5,8 @@ Python News
 What's New in Python 2.7.12?
 ============================
 
+*Release date: 2016-06-25*
+
 Build
 -----