aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-12-31 09:26:13 -0400
committerDavid Bremner <david@tethera.net>2017-12-31 09:26:13 -0400
commit99407db25cbd44f915fb33708c497bc375ff63de (patch)
tree2b357c6cb01ac5ec9ce2e262077184c9f7a7b075 /bindings
parente5e252de5560fee386bd46f8f279c800b953c667 (diff)
parenteff029de4a8782ccfe20e26814c740a271cb5285 (diff)
Merge branch 'release'
Conflicts: doc/man1/notmuch-reply.rst doc/man1/notmuch-show.rst Conflicts taken from release (dkg's doc changes)
Diffstat (limited to 'bindings')
-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'