aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-03-05 20:32:20 -0400
committerDavid Bremner <david@tethera.net>2017-03-05 20:32:20 -0400
commit91524d5d6cafbab1c1d6bc5a75b02c4d86689e3b (patch)
tree91c2d4b0bc66927e3fe0b094449f87e0aa84a723 /bindings/python
parent85df8b3915159fa94b7c1c32cb54eda8bd92e0e0 (diff)
parent990f8cd03203c7a19cef4e3edbec823cc99fa701 (diff)
Merge tag '0.24_rc0'
notmuch 0.24~rc0 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 e1a49522..43071028 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.23.7'
+__VERSION__ = '0.24~rc0'
SOVERSION = '4'