summaryrefslogtreecommitdiff
path: root/c/test_c.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2020-08-15 08:52:49 +0200
committerArmin Rigo <arigo@tunes.org>2020-08-15 08:52:49 +0200
commit321a7e71aa210002d412f4247f5dbc4d82782c6e (patch)
tree7dac26a4ad31b3d210c9e58becab1194ebe05fad /c/test_c.py
parentba379eb06a1a9522cf212dc8f92d603b446a6538 (diff)
downloadcffi-321a7e71aa210002d412f4247f5dbc4d82782c6e.tar.gz
bump version number to 1.14.2
Diffstat (limited to 'c/test_c.py')
-rw-r--r--c/test_c.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/test_c.py b/c/test_c.py
index 97e7719..9348afd 100644
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -19,7 +19,7 @@ from _cffi_backend import __version__
# ____________________________________________________________
import sys
-assert __version__ == "1.14.1", ("This test_c.py file is for testing a version"
+assert __version__ == "1.14.2", ("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,):