diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-02-02 20:43:11 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-02-02 20:45:36 (GMT) |
commit | b0478d738a30ca6a1a57e059156e7445612f2828 (patch) | |
tree | 08566b0f9d7dfb971772e650b3b672451c8ba04d /Include/patchlevel.h | |
parent | 22dbd9e8c05ece0126a5fc0fc131a42eac74c0a3 (diff) | |
download | cpython-b0478d738a30ca6a1a57e059156e7445612f2828.zip cpython-b0478d738a30ca6a1a57e059156e7445612f2828.tar.gz cpython-b0478d738a30ca6a1a57e059156e7445612f2828.tar.bz2 |
Fix Sphynx syntax in the memory.rst documentv3.10.0a5
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 806f7d2..2cb634e 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 10 #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.10.0a4+" +#define PY_VERSION "3.10.0a5" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |