aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-03-25 11:20:56 -0300
committerDavid Bremner <david@tethera.net>2017-03-25 11:20:56 -0300
commitd9ec7e34837e4a1148f807c9d80fa0545b31566f (patch)
tree837b47790cc03b269d5f4e523e3f9076aefbc5f3 /bindings/python
parent38a56b98f9b282decc5edbe1da9717e3b2bdb6b2 (diff)
version: bump to 0.24.1
The release is not yet finalized, but start the busywork needed.
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..ae192fe1 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 = '4'