summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-02-27 19:49:18 -0500
committerNed Deily <nad@python.org>2018-02-27 19:49:18 -0500
commitb0ef5c979b0c4e1df2286ac734160d7560fcce2c (patch)
tree4e384151dd76bd23d15a37ffd2ebc1377e413bbf /Include
parent0ea49fc0bfa10205895f9fb78b4d6659b2946883 (diff)
downloadcpython-git-b0ef5c979b0c4e1df2286ac734160d7560fcce2c.tar.gz
Update NEWS, docs, and patchlevel for 3.7.0b2v3.7.0b2
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 0287405232..49b493a418 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.7.0b1+"
+#define PY_VERSION "3.7.0b2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.