Skip to content

Commit

Permalink
Update version to 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
snaury committed May 3, 2015
1 parent c1badc2 commit 2b25b12
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.4.6
=====
- Expose `_stack_saved` property on greenlet objects, it may be used to
introspect the amount of memory used by a saved stack, but the API is
subject to change in the future
- Added a workaround for `return 0` compiler optimizations on all
architectures
- C API typo fixes

0.4.5
=====
- Fixed several bugs in greenlet C API
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _find_platform_headers():

setup(
name="greenlet",
version='0.4.5',
version='0.4.6',
description='Lightweight in-process concurrent programming',
long_description=readfile("README.rst"),
maintainer="Alexey Borzenkov",
Expand Down

0 comments on commit 2b25b12

Please sign in to comment.