diff options
| author | Alexey Borzenkov <snaury@gmail.com> | 2016-06-11 20:25:44 +0300 |
|---|---|---|
| committer | Alexey Borzenkov <snaury@gmail.com> | 2016-06-11 20:29:05 +0300 |
| commit | 04303e5b8d4b0f7a4e9c9d02e3905009e55cbd45 (patch) | |
| tree | 7f512ed1944eea7565e3e8224053877b3c6fcd40 | |
| parent | 3418621fb5a03ec5fa6e3be25d6a75af09d59e02 (diff) | |
| download | greenlet-release-next.tar.gz | |
Prepare for 0.4.10 release0.4.10release-next
| -rw-r--r-- | MANIFEST.in | 4 | ||||
| -rw-r--r-- | NEWS | 1 | ||||
| -rw-r--r-- | greenlet.h | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
4 files changed, 7 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 529a88d..6e6549b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,8 +5,11 @@ include LICENSE.PSF include MANIFEST.in include NEWS include README.rst +include appveyor.yml +include appveyor/run_with_env.cmd include benchmarks/chain.py include conftest.py +include dev-requirements.txt include doc/Makefile include doc/conf.py include doc/greenlet.txt @@ -14,6 +17,7 @@ include doc/index.txt include doc/make.bat include greenlet.c include greenlet.h +include make-manylinux include make-win-release include my_build_ext.py include platform/switch_aarch64_gcc.h @@ -2,6 +2,7 @@ ====== - Added missing files to manifest - Added workaround for ppc32 on Linux +- Start building binary manylinux1 wheels 0.4.9 ===== @@ -11,7 +11,7 @@ extern "C" { #endif -#define GREENLET_VERSION "0.4.10.dev" +#define GREENLET_VERSION "0.4.10" typedef struct _greenlet { PyObject_HEAD @@ -70,7 +70,7 @@ from my_build_ext import build_ext setup( name="greenlet", - version='0.4.10.dev', + version='0.4.10', description='Lightweight in-process concurrent programming', long_description=readfile("README.rst"), maintainer="Alexey Borzenkov", |
