diff options
author | David Bremner <david@tethera.net> | 2013-12-30 20:34:23 -0400 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2013-12-30 20:34:23 -0400 |
commit | ceef57b3d95d3e4e1ea90001d99792626529dca3 (patch) | |
tree | e94192e7c58a96cdff5a47bdacf67b8a1da4eeb2 /bindings | |
parent | be9a871fa506bf49f3dcb7626fdf52c67bc1b89b (diff) |
version: bump to 0.17
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/python/notmuch/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 27124f4f..fa3f93b8 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,2 +1,2 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.17~rc4' +__VERSION__ = '0.17' |