diff options
author | David Bremner <david@tethera.net> | 2013-12-07 17:02:08 +0800 |
---|---|---|
committer | David Bremner <david@tethera.net> | 2013-12-07 17:07:15 +0800 |
commit | bb390f89a1599f4767fbf7fc7cb1f01aba22b9ae (patch) | |
tree | 8dd3f55c9970f736aa241c4c94ee0cf45fd8aa4f /bindings | |
parent | 3d4b0930bdc135d8f8edff1f29adb4d3ad0673ad (diff) |
version: bump version
Roll (one last?) release candidate because of Austin's
LIBNOTMUCH_VERSION changes.
Atomically bump the manually (NEWS, debian/changelog) and
automatically (everywhere else) updated places version is mentioned.
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 0ea49e4f..413f87b8 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~rc2' +__VERSION__ = '0.17~rc3' |