summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-03-01 16:47:53 +0000
committerPablo Galindo <pablogsal@gmail.com>2021-03-01 16:48:59 +0000
commitcc12888f9b4b69247f342fe1304984c3eb3d9647 (patch)
treed2f7dec3587dba1785099bae6881d35c9388dd00 /Include/patchlevel.h
parent06c245fb67ceea81c99406d1d1396fce5f4b6f38 (diff)
downloadcpython-git-3.10.0a6.tar.gz
Remove unused suspicious rule in the docsv3.10.0a6
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index d6d5e11af2..6f4e7456e8 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 10
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 5
+#define PY_RELEASE_SERIAL 6
/* Version as a string */
-#define PY_VERSION "3.10.0a5+"
+#define PY_VERSION "3.10.0a6"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.