diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-31 15:46:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-31 15:46:09 +0200 |
commit | b5bdc8a53c91cb5918dcd8ab4c1af615a84aa393 (patch) | |
tree | 916c0c7283119157d07c03cc9cf057e3fa2b7a37 | |
parent | gh-105042: Disable unmatched parens syntax error in python tokenize (#105061) (diff) | |
download | cpython-gentoo-3.12.0b1_p4.tar.gz cpython-gentoo-3.12.0b1_p4.tar.bz2 cpython-gentoo-3.12.0b1_p4.zip |
Revert "Post 3.12.0b1"gentoo-3.12.0b1_p4
This reverts commit a7f8f2536847d4dc7aace1a4f9fb32b9b9380637.
Random packages are broken by non-PEP 440 versions.
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index d71bef922e5..3de9ed9296a 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.12.0b1+" +#define PY_VERSION "3.12.0b1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |