From 704961d51e426e57c1eeff23b8ba56c9871f72d1 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Tue, 12 Oct 2021 16:50:41 -0700 Subject: Bump version to 1.15.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 5cd4845..5fd1a1c 100644 --- a/setup.py +++ b/setup.py @@ -186,7 +186,7 @@ Contact `Mailing list `_ """, - version='1.15.0rc2', + version='1.15.0', packages=['cffi'] if cpython else [], package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h', '_embedding.h', '_cffi_errors.h']} -- cgit v1.2.1