diff options
author | David Bremner <bremner@debian.org> | 2013-02-17 09:40:52 -0400 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2013-02-17 11:39:46 -0400 |
commit | bcccc2e1fe19003e28b6cd85d3f2b2beda40335f (patch) | |
tree | 31b06ad8a76ff9174b2bee92e1d2c95b4e484acf /bindings | |
parent | dd9851dcea62486d4a6a277a3f90e9ed56e5844d (diff) |
bump versions to 0.15.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 6a1b7084..6bfb1f2c 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.1' +__VERSION__ = '0.15.2' |