summaryrefslogtreecommitdiff
path: root/c/test_c.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2018-07-07 17:37:28 +0200
committerArmin Rigo <arigo@tunes.org>2018-07-07 17:37:28 +0200
commit717d6365e82854940290f5e061106919a0562412 (patch)
tree453f2b9a0dd9468243c22bed8f067b9d3f456434 /c/test_c.py
parent89a6d8328ce9756d051ba4af827ef16b657b4574 (diff)
downloadcffi-717d6365e82854940290f5e061106919a0562412.tar.gz
Bump version to 1.12.0 (but not planning a release soon)
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 c0df15f..a8fef65 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.11.5", ("This test_c.py file is for testing a version"
+assert __version__ == "1.12.0", ("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,):