summaryrefslogtreecommitdiff
path: root/cffi/__init__.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-09-20 15:12:33 +0200
committerArmin Rigo <arigo@tunes.org>2016-09-20 15:12:33 +0200
commitc976ed5c027ee93386518efdee2bbc26566903c9 (patch)
treec0fc59f7e642bcd6a5043b33950b32da29a8a826 /cffi/__init__.py
parentd067b48aa4660487e050e396ff957d916d5183c4 (diff)
downloadcffi-c976ed5c027ee93386518efdee2bbc26566903c9.tar.gz
update to 1.8.4 and add whatsnew
Diffstat (limited to 'cffi/__init__.py')
-rw-r--r--cffi/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cffi/__init__.py b/cffi/__init__.py
index b09647e..532454d 100644
--- a/cffi/__init__.py
+++ b/cffi/__init__.py
@@ -4,8 +4,8 @@ __all__ = ['FFI', 'VerificationError', 'VerificationMissing', 'CDefError',
from .api import FFI, CDefError, FFIError
from .ffiplatform import VerificationError, VerificationMissing
-__version__ = "1.8.3"
-__version_info__ = (1, 8, 3)
+__version__ = "1.8.4"
+__version_info__ = (1, 8, 4)
# The verifier module file names are based on the CRC32 of a string that
# contains the following version number. It may be older than __version__