aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2015-10-30 07:33:48 -0300
committerDavid Bremner <david@tethera.net>2015-10-30 07:33:48 -0300
commitca076ce2736b5db2ec03afe1b0e09299b24f05ff (patch)
tree288e56d611c14b7121089b056e2b40e1b31b9c0d /bindings/python
parent10e933a3bb2aec6172b513944765ad5fd39919f2 (diff)
parentbf511cb6979ede33d17d9da6f46f71ea287461d8 (diff)
Merge tag '0.21'
notmuch 0.21 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 2f641158..db9d0764 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.21~rc3'
+__VERSION__ = '0.21'
SOVERSION = '4'