summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-03-14 15:04:35 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-03-14 15:05:02 (GMT)
commit77b2c933cab4f38a8ce1f7633b96ba213566d306 (patch)
tree936505fce8031382ff2fc7dd165bd1f0592ac6f6 /Include/patchlevel.h
parentca1bedc9a4da523f4d1f9c2ec92d98dcbed9c685 (diff)
downloadcpython-3.14.0a6.zip
cpython-3.14.0a6.tar.gz
cpython-3.14.0a6.tar.bz2
Python 3.14.0a6v3.14.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 5929c3f..6b5b82d 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -21,10 +21,10 @@
#define PY_MINOR_VERSION 14
#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.14.0a5+"
+#define PY_VERSION "3.14.0a6"
/*--end constants--*/