aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-12-29 16:48:42 -0400
committerDavid Bremner <david@tethera.net>2017-12-29 16:48:42 -0400
commitae07f6559efe43b26c1add4259c432f84dea8ae2 (patch)
tree8301c2c3a1b61c339561e02e7d6edfe9e32f0566 /bindings/python
parentaf8255fb7159652a7d4e1fe4f1398302e1746cce (diff)
version: bump 0.26~rc1
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 94bff1e5..cb039de6 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~rc0'
+__VERSION__ = '0.26~rc1'
SOVERSION = '5'