diff options
author | David Bremner <david@tethera.net> | 2013-12-28 18:40:05 -0400 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2013-12-28 18:40:05 -0400 |
commit | 05b534209d44b74105308e521dcac82a5e4afe43 (patch) | |
tree | 5246ca469831465a1e7ea093424914707ad7405e /bindings/python | |
parent | ef7b77ea3b1b23d29af3f0d8d9393b94b3ada993 (diff) |
version: bump to 0.17~rc4
Unfortunately release-checks.sh will whine a bit because it has not
caught up with the renaming of the version macros.
Diffstat (limited to 'bindings/python')
-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 413f87b8..27124f4f 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~rc3' +__VERSION__ = '0.17~rc4' |