Skip to content

Commit 937f6fc

Browse files
authored
Merge pull request #22 from ActiveState/BE-2201-Python2-Alt-builders
BE-2201-python2 alt builders
2 parents 22c8a43 + 2439956 commit 937f6fc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Include/patchlevel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#define PY_RELEASE_SERIAL 0
2828

2929
/* Version as a string */
30-
#define PY_VERSION "2.7.18.6"
30+
#define PY_VERSION "2.7.18.7"
3131
/*--end constants--*/
3232

3333
/* Subversion Revision number of this file (not of the repository). Empty

Misc/NEWS.d/2.7.18.7.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. bpo: 0
2+
.. date: 2023-06-27
3+
.. nonce: uUhs7b
4+
.. release date: 2023-06-27
5+
.. section: Core and Builtins
6+
7+
Use alt-builders builder to build Python

0 commit comments

Comments
 (0)