diff options
author | David Bremner <bremner@debian.org> | 2013-01-24 07:11:27 -0400 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2013-01-24 07:11:27 -0400 |
commit | d273ed6cf1bdaa2d644cec4909cbf415ff4d257b (patch) | |
tree | 8f9af53551ae786e3c27295182232a92e1e8d7f7 /bindings | |
parent | a12f810a00cf0779e9b62c400f7ccd7af9d3a113 (diff) |
version: bump to 0.15.1
A simple bugfix release, no user visible changes
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 c9efbd98..6a1b7084 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.15' +__VERSION__ = '0.15.1' |