diff options
author | David Bremner <bremner@debian.org> | 2013-01-18 21:27:57 -0400 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2013-01-18 21:27:57 -0400 |
commit | df9f50185cf71dd4801cfd24ade33d5c2f74de1a (patch) | |
tree | f25b78b39b1761ddb318d8a4bba80d6a3ade26fa /bindings | |
parent | 41bda39b4e6257d9446cff74877d831b867f6e11 (diff) |
version: update to 0.15
Bump the version in-place in NEWS.
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 59e7c1a0..c9efbd98 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~rc1' +__VERSION__ = '0.15' |