Skip to content

Commit

Permalink
Merge pull request #134 from python-greenlet/release-0.4.14
Browse files Browse the repository at this point in the history
Prepare to release greenlet 0.4.14
  • Loading branch information
snaury committed Jul 17, 2018
2 parents 7d52a0b + c80d30c commit 9b39e4b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.4.14
======
- Support for C-SKY architecture
- Fixed support for ppc64 ABI
- Fixed support for Python 3.7

0.4.13
======
- Support for Python 3.7
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.13.{build}
version: 0.4.14.{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.13"
#define GREENLET_VERSION "0.4.14"

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

0 comments on commit 9b39e4b

Please sign in to comment.