aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-03-22 09:19:02 -0300
committerDavid Bremner <david@tethera.net>2017-03-22 09:25:59 -0300
commita35040eec7465b60e820e70582fb264ce81e1f3b (patch)
tree48e978cac81ddf73933c55fc2c4e4ff64cb4c580 /bindings/python
parent242d5a3ed5ed85bb935c8ed4a4678d7596d8534d (diff)
python: bump SOVERSION to 5
Otherwise hilarity ensues when the python bindings try to use the new API against the old shared library.
Diffstat (limited to 'bindings/python')
-rw-r--r--bindings/python/notmuch/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index 1bbd9464..903dbb04 100644
--- a/bindings/python/notmuch/version.py
+++ b/bindings/python/notmuch/version.py
@@ -1,3 +1,3 @@
# this file should be kept in sync with ../../../version
__VERSION__ = '0.24'
-SOVERSION = '4'
+SOVERSION = '5'