diff options
author | David Bremner <bremner@debian.org> | 2012-01-09 07:05:40 -0400 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2012-01-09 07:05:40 -0400 |
commit | 310608f279150c735b9fde89f2d632f3b41abd6c (patch) | |
tree | 16eca96a175ea5fd8990e533444a366b7408a334 /bindings/python | |
parent | 80ae1829c19f1fbe714232defcf12f18bc99ddb8 (diff) |
version: update to 0.11~rc3
We found another serious-ish bug during freeze.
Diffstat (limited to 'bindings/python')
-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 46992240..0cd4c106 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.11~rc2' +__VERSION__ = '0.11~rc3' |