summaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-03-12 22:08:54 -0300
committerDavid Bremner <david@tethera.net>2017-03-12 22:08:54 -0300
commit339dfd424142a745e09d07efd3a7f04de12e1b16 (patch)
tree3ff184f20a4cb64d6ae377eaefdcc5a3cd24810e /bindings/python
parent29958b2b9a548d0cc6bc2a435e3476cdc6acd7d1 (diff)
version: bump to 0.24
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 7aa101d3..1bbd9464 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~rc1'
+__VERSION__ = '0.24'
SOVERSION = '4'