aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-03-12 22:43:11 -0300
committerDavid Bremner <david@tethera.net>2017-03-12 22:43:11 -0300
commitc0c5645538d9dda84657602ee4189f4ff3ca1aeb (patch)
treebe88419700cdf5144311ae030a755126ea9daf14 /bindings/python
parent936c35da86aebf76b14f4ba198f760403455cfe0 (diff)
parente60b44ecf8bd5934959727496c7ef3016ff80cf6 (diff)
Merge branch 'release'
final 0.24 release
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'