summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2026-02-11 12:22:36 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2026-02-11 12:23:15 (GMT)
commit15b216f30d0445469ec31bc7509fcc55a216ef7c (patch)
tree825b400cbee9e9be98ad6a58d9d639f394ae552b /Include/patchlevel.h
parent936d60dbe1679f05d7ceb0a6d1f65bc741390ac6 (diff)
downloadcpython-3.15.0a6.zip
cpython-3.15.0a6.tar.gz
cpython-3.15.0a6.tar.bz2
Python 3.15.0a6v3.15.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 ea42c12..117b041 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -24,10 +24,10 @@
#define PY_MINOR_VERSION 15
#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.15.0a5+"
+#define PY_VERSION "3.15.0a6"
/*--end constants--*/