aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-03-25 11:51:03 -0300
committerDavid Bremner <david@tethera.net>2017-03-25 11:51:03 -0300
commitd877240f4e097eb3dd477409a24155c10e0b3c17 (patch)
tree4cfe273e80176afaba0b799d4398e18915a1311f /bindings/python
parent9b7dbed58ebd3aeee16b044fdffda6b39e90643e (diff)
parentbf84665cc01b50ce80cf1df369db6a6c1ff523dd (diff)
Merge branch 'release'
wildcard search fixes, plus release busywork
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 903dbb04..bfdcf7ed 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'
+__VERSION__ = '0.24.1'
SOVERSION = '5'