Skip to content

Commit

Permalink
Prepare for 0.4.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
snaury committed Dec 10, 2016
1 parent fa30b5e commit b3eb1ac
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.4.11
======
- Fixes for aarch64 architecture

0.4.10
======
- Added missing files to manifest
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.4.10.{build}
version: 0.4.11.{build}
environment:
global:
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
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.10"
#define GREENLET_VERSION "0.4.11"

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.10',
version='0.4.11',
description='Lightweight in-process concurrent programming',
long_description=readfile("README.rst"),
maintainer="Alexey Borzenkov",
Expand Down

0 comments on commit b3eb1ac

Please sign in to comment.