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 --- c/_cffi_backend.c | 2 +- c/test_c.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'c') diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c index a40ee34..23304d3 100644 --- a/c/_cffi_backend.c +++ b/c/_cffi_backend.c @@ -2,7 +2,7 @@ #include #include "structmember.h" -#define CFFI_VERSION "1.14.4" +#define CFFI_VERSION "1.14.5" #ifdef MS_WIN32 #include diff --git a/c/test_c.py b/c/test_c.py index 9c4ab4b..69ad15e 100644 --- a/c/test_c.py +++ b/c/test_c.py @@ -17,7 +17,7 @@ from _cffi_backend import __version__ # ____________________________________________________________ import sys -assert __version__ == "1.14.4", ("This test_c.py file is for testing a version" +assert __version__ == "1.14.5", ("This test_c.py file is for testing a version" " of cffi that differs from the one that we" " get from 'import _cffi_backend'") if sys.version_info < (3,): -- cgit v1.2.1