Skip to content

Commit

Permalink
Prepare for 0.4.13 release
Browse files Browse the repository at this point in the history
  • Loading branch information
snaury committed Jan 31, 2018
1 parent 96f5a1a commit 38d5728
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
0.4.13
======
- Support for Python 3.7
- Support for MinGW x64

0.4.12
======
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.13.dev"
#define GREENLET_VERSION "0.4.13"

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 @@ -70,7 +70,7 @@ def _find_platform_headers():

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

0 comments on commit 38d5728

Please sign in to comment.