aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-05-26 09:11:42 -0700
committerDavid Bremner <david@tethera.net>2018-05-26 09:11:49 -0700
commitc6225a00f5736aafb5595e8ce02381baf3162dcf (patch)
tree1d138ccdd41f01e2a6d4b1c7495ecf0f2709d8c2 /bindings/python
parentb50fb1b642be5f418db56f00f4518b1d3b2c83eb (diff)
bump version to 0.27~rc0
Start the busywork for a new 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 724b5e54..7b66f574 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.2'
+__VERSION__ = '0.27~rc0'
SOVERSION = '5'