aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-01-09 07:46:57 -0400
committerDavid Bremner <david@tethera.net>2018-01-09 07:46:57 -0400
commita727e7d4d398375c4a3ba5020e2ab25b5b874785 (patch)
tree1307c8f9cb66be5071f4102f66af4637c4e1136b /bindings/python
parent54982e520c3bee74e947e311ee5b1219396fa1a8 (diff)
parent3c4e64d976eb561ac5157df1bbe5882e3e65b583 (diff)
Merge tag '0.26'
notmuch 0.26 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 cb039de6..bc246330 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.26~rc1'
+__VERSION__ = '0.26'
SOVERSION = '5'