diff options
author | David Bremner <bremner@debian.org> | 2012-06-03 11:38:08 -0300 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2012-06-03 11:38:08 -0300 |
commit | 5973881b771b4da489a365572152c44e21c329eb (patch) | |
tree | 5055ce75ff8ce3592bccabed4da72c9c2e7cd232 /bindings | |
parent | 981a87f73527ec420361b1b156d763c5357af299 (diff) | |
parent | 2ef24acf03fdd73e39d2c233016e71f194affbcf (diff) |
Merge tag '0.13.2'
notmuch 0.13.2 release
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' |