diff options
author | David Bremner <bremner@debian.org> | 2012-06-02 18:10:55 -0300 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2012-06-02 18:10:55 -0300 |
commit | 9d5f73db7a948ddbed710309e7dc2f7d65d0f7d4 (patch) | |
tree | d99a349582114fdab1dfd9b7688e57d4e8400367 /bindings | |
parent | c92e2bcd1c8808a64eac8068d88f0e62cd8c12a6 (diff) |
version: update to 0.13.2
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 cb1d625e..90bcadbe 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.13.1' +__VERSION__ = '0.13.2' |