summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2021-02-11 07:33:25 +0100
committerArmin Rigo <arigo@tunes.org>2021-02-11 07:33:25 +0100
commit64c832a8f00a9776bf93d1c99b878365fded292e (patch)
treecab2c067aed464b027be8f70a822f0b8db7e4841 /setup.py
parent7fbe99abfa923d052e85964dba18802bcb3714f0 (diff)
downloadcffi-64c832a8f00a9776bf93d1c99b878365fded292e.tar.gz
Bump version to 1.14.5 and add whatsnew entry
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 902af12..c5c07b2 100644
--- a/setup.py
+++ b/setup.py
@@ -187,7 +187,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.14.4',
+ version='1.14.5',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}