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.
2 parents 9619ec9 + 38136e2 commit 8192402Copy full SHA for 8192402
Include/patchlevel.h
@@ -18,12 +18,12 @@
18
/*--start constants--*/
19
#define PY_MAJOR_VERSION 3
20
#define PY_MINOR_VERSION 6
21
-#define PY_MICRO_VERSION 0
22
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
23
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 1
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
24
25
/* Version as a string */
26
-#define PY_VERSION "3.6.0+"
+#define PY_VERSION "3.6.1rc1+"
27
/*--end constants--*/
28
29
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
0 commit comments