diff options
| author | David Bremner <david@tethera.net> | 2017-03-25 11:51:03 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-03-25 11:51:03 -0300 |
| commit | d877240f4e097eb3dd477409a24155c10e0b3c17 (patch) | |
| tree | 4cfe273e80176afaba0b799d4398e18915a1311f /bindings/python | |
| parent | 9b7dbed58ebd3aeee16b044fdffda6b39e90643e (diff) | |
| parent | bf84665cc01b50ce80cf1df369db6a6c1ff523dd (diff) | |
Merge branch 'release'
wildcard search fixes, plus release busywork
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 903dbb04..bfdcf7ed 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,3 +1,3 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.24' +__VERSION__ = '0.24.1' SOVERSION = '5' |
