]> granicus.if.org Git - python/commitdiff
Bump to 3.6.0a1 v3.7.0a1
authorNed Deily <nad@python.org>
Tue, 19 Sep 2017 05:09:03 +0000 (01:09 -0400)
committerNed Deily <nad@python.org>
Tue, 19 Sep 2017 05:09:03 +0000 (01:09 -0400)
Include/patchlevel.h

index 9644b1a024ab24a3f3b9c8602d1729dc33f86e50..5a5986bfa451f67111b3897cd14a269b5ecc4bbb 100644 (file)
 #define PY_MINOR_VERSION       7
 #define PY_MICRO_VERSION       0
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL      0
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "3.7.0a0"
+#define PY_VERSION             "3.7.0a1"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.