summaryrefslogtreecommitdiff
path: root/c/test_c.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2019-02-16 16:26:08 +0100
committerArmin Rigo <arigo@tunes.org>2019-02-16 16:26:08 +0100
commit0d7e0e01ee944b11b12d4b3783c39571846330c0 (patch)
tree4ee3a6f14c9616073548e4ad1e49379d3df86d19 /c/test_c.py
parentc4d66d0d1b782bc4bd14fb50ccb0e8161a0afefd (diff)
downloadcffi-0d7e0e01ee944b11b12d4b3783c39571846330c0.tar.gz
bump version number to 1.12.1
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 df2143d..b0f1a70 100644
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -12,7 +12,7 @@ from _cffi_backend import _testfunc, _get_types, _get_common_types, __version__
# ____________________________________________________________
import sys
-assert __version__ == "1.12.0", ("This test_c.py file is for testing a version"
+assert __version__ == "1.12.1", ("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,):