summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-03-12 17:34:05 (GMT)
committerThomas Wouters <thomas@python.org>2024-03-12 20:11:08 (GMT)
commit076d169ebbe59f7035eaa28d33d517bcb375f342 (patch)
tree0d38f6da1f75f55fbf7ea0f79401e6c88ba5325b /Include
parentf6e7a6ce651b43c6e060608a4bb20685f39e9eaa (diff)
downloadcpython-076d169ebbe59f7035eaa28d33d517bcb375f342.zip
cpython-076d169ebbe59f7035eaa28d33d517bcb375f342.tar.gz
cpython-076d169ebbe59f7035eaa28d33d517bcb375f342.tar.bz2
Python 3.13.0a5v3.13.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 ae2d22f..ea22ad2 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 13
#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.13.0a4+"
+#define PY_VERSION "3.13.0a5"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.