Skip to content

Commit

Permalink
prepare 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
schmir committed Dec 30, 2013
1 parent 06561ad commit a0f8623
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.4.2
=====
- Add .travis.yml
- Fix 'err' may be used uninitialized in this function
- Check _MSC_VER for msvc specific code
- Fix slp_switch on SPARC for multi-threaded environments

0.4.1
=====
* fix segfaults when using gcc 4.8 on amd64/x86 unix
Expand Down
2 changes: 1 addition & 1 deletion greenlet.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
extern "C" {
#endif

#define GREENLET_VERSION "0.4.1"
#define GREENLET_VERSION "0.4.2"

typedef struct _greenlet {
PyObject_HEAD
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def run(self):

setup(
name="greenlet",
version='0.4.1',
version='0.4.2',
description='Lightweight in-process concurrent programming',
long_description=readfile("README.rst"),
maintainer="Ralf Schmitt",
Expand Down

0 comments on commit a0f8623

Please sign in to comment.