Skip to content

Commit

Permalink
Prepare to release greenlet 0.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
snaury committed Sep 7, 2018
1 parent 86f72de commit e546bc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
0.4.15.dev
0.4.15
===========
- Support for RISC-V architecture
- Workaround a gcc bug on ppc64

0.4.14
======
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.15.dev"
#define GREENLET_VERSION "0.4.15"

#if PY_VERSION_HEX >= 0x030700A3
# define GREENLET_USE_EXC_INFO
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def _find_platform_headers():

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

0 comments on commit e546bc6

Please sign in to comment.