summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2026-01-14 14:41:12 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2026-01-14 14:41:32 (GMT)
commitd51cc01c197156a95e98c8d225c01204881f7da8 (patch)
tree035542a4b311ae81b705ada827858925839e8b2b /Include
parentbab1d7a561ab015dd6bb97e255fd12a8ce367edf (diff)
downloadcpython-3.15.0a5.zip
cpython-3.15.0a5.tar.gz
cpython-3.15.0a5.tar.bz2
Python 3.15.0a5v3.15.0a5
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 47c3cf5..bdfa38d 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 4
+#define PY_RELEASE_SERIAL 5
/* Version as a string */
-#define PY_VERSION "3.15.0a4+"
+#define PY_VERSION "3.15.0a5"
/*--end constants--*/