From 64c832a8f00a9776bf93d1c99b878365fded292e Mon Sep 17 00:00:00 2001 From: Armin Rigo Date: Thu, 11 Feb 2021 07:33:25 +0100 Subject: Bump version to 1.14.5 and add whatsnew entry --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 902af12..c5c07b2 100644 --- a/setup.py +++ b/setup.py @@ -187,7 +187,7 @@ Contact `Mailing list `_ """, - version='1.14.4', + version='1.14.5', packages=['cffi'] if cpython else [], package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h', '_embedding.h', '_cffi_errors.h']} -- cgit v1.2.1