aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-05-23 21:03:30 +0200
committerDavid Bremner <david@tethera.net>2015-05-23 21:03:30 +0200
commit4f96b5be63956553b9fb0afffde921d8a93987ba (patch)
tree4e78dacb87f69be2054565ef85c87da7e27a35f3 /bindings/python
parent36bf31658c2ab8ff326d9c6008f97038c1b1f70c (diff)
version: bump to 0.20~rc2
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 4d5230f4..0377dae1 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.20~rc1'
+__VERSION__ = '0.20~rc2'
SOVERSION = '4'