Skip to content

Commit 2de452f

Browse files
committed
Python 3.9.11, take two
1 parent 0b0609d commit 2de452f

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

Include/patchlevel.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define PY_RELEASE_SERIAL 0
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.9.11+"
26+
#define PY_VERSION "3.9.11"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

Misc/NEWS.d/3.9.11.rst

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. bpo: 46852
22
.. date: 2022-02-25-02-01-42
33
.. nonce: _3zg8D
4-
.. release date: 2022-03-15
4+
.. release date: 2022-03-16
55
.. section: Core and Builtins
66
77
Rename the private undocumented ``float.__set_format__()`` method to
@@ -601,6 +601,16 @@ Update Windows installer to use SQLite 3.37.2.
601601

602602
..
603603
604+
.. bpo: 47032
605+
.. date: 2022-03-16-00-37-40
606+
.. nonce: tsS9KE
607+
.. section: Build
608+
609+
Ensure Windows install builds fail correctly with a non-zero exit code
610+
when part of the build fails.
611+
612+
..
613+
604614
.. bpo: 44549
605615
.. date: 2022-03-07-17-46-40
606616
.. nonce: SPrGS9

Misc/NEWS.d/next/Build/2022-03-16-00-37-40.bpo-47032.tsS9KE.rst

-2
This file was deleted.

0 commit comments

Comments
 (0)