Skip to content

Commit ff1296d

Browse files
committed
Stackless issue python#149: Bump Stackless version to "3.7"
1 parent cab20fe commit ff1296d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Stackless/changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ What's New in Stackless 3.X.X?
99

1010
*Release date: 20XX-XX-XX*
1111

12+
- https://github.com/stackless-dev/stackless/issues/149
13+
The Stackless version is now "3.7".
14+
1215
- https://github.com/stackless-dev/stackless/issues/186
1316
Make Stackless compatible with subinterpreters. Previously creating a
1417
subinterpreter in one thread and using it in another thread caused a crash.

Stackless/stackless_version.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*
22
* Stackless version string
3-
* created at Tue May 16 13:27:25 2006 by mkversion.py
43
*/
54

65
/* keep this entry up-to-date */
7-
#define STACKLESS_VERSION "3.1b3 060516"
6+
#define STACKLESS_VERSION "3.7"

0 commit comments

Comments
 (0)