We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c86fc0 commit ca079a3Copy full SHA for ca079a3
Include/patchlevel.h
@@ -23,11 +23,11 @@
23
#define PY_MAJOR_VERSION 2
24
#define PY_MINOR_VERSION 7
25
#define PY_MICRO_VERSION 15
26
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
27
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
28
29
/* Version as a string */
30
-#define PY_VERSION "2.7.15rc1"
+#define PY_VERSION "2.7.15"
31
/*--end constants--*/
32
33
/* Subversion Revision number of this file (not of the repository). Empty
0 commit comments