diff options
author | David Bremner <bremner@debian.org> | 2013-07-28 11:18:48 -0300 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2013-07-28 11:28:03 -0300 |
commit | 80b25792b2fdbb7f495556db360148798e224930 (patch) | |
tree | c355b31344dc296c7c70f80a3d13cfc9519faccb /bindings | |
parent | a933d455806c729a8e2b68a29cf4f82436a65e2e (diff) |
version: set new version and release date
These are manually set in version and NEWS, and propagate to the other files via
"make update-versions"
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 6bfb1f2c..8f08f62f 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.2' +__VERSION__ = '0.16' |