aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2017-12-28 10:19:48 -0400
committerDavid Bremner <david@tethera.net>2017-12-28 10:19:48 -0400
commitcf024564110f629814a2a0d2412354460baf2862 (patch)
tree599c545d0835493bdecdeeca1c58483e4200de4e /bindings/python
parentd11311212e8dbb771e2ba14d764adca6e973a6ee (diff)
version: bump to 0.26~rc0
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 a458447f..94bff1e5 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.25.3'
+__VERSION__ = '0.26~rc0'
SOVERSION = '5'