summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-03-01 16:47:53 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-03-01 16:48:59 (GMT)
commitcc12888f9b4b69247f342fe1304984c3eb3d9647 (patch)
treed2f7dec3587dba1785099bae6881d35c9388dd00 /Include
parent06c245fb67ceea81c99406d1d1396fce5f4b6f38 (diff)
downloadcpython-cc12888f9b4b69247f342fe1304984c3eb3d9647.zip
cpython-cc12888f9b4b69247f342fe1304984c3eb3d9647.tar.gz
cpython-cc12888f9b4b69247f342fe1304984c3eb3d9647.tar.bz2
Remove unused suspicious rule in the docsv3.10.0a6
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 d6d5e11..6f4e745 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.