aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-03-08 08:31:51 -0400
committerDavid Bremner <david@tethera.net>2017-03-08 08:31:51 -0400
commit4e872c64e1ab63f35edfd4d0a6500cc24b62fe0d (patch)
treea8dcc4673cb550b24cb725bd83303f67fde78f7e /bindings/python
parent8f35cb889acd82a631cc7277ee3f97cf2f50e928 (diff)
parent29958b2b9a548d0cc6bc2a435e3476cdc6acd7d1 (diff)
Merge branch 'release'
new release candidate, with regexp fix
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 43071028..7aa101d3 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~rc0'
+__VERSION__ = '0.24~rc1'
SOVERSION = '4'