diff options
| author | David Bremner <david@tethera.net> | 2018-06-13 06:37:27 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-06-13 06:37:27 -0300 |
| commit | b0b1fde0cbeb93209a135d2c6627edd70362999d (patch) | |
| tree | 8d8b46ecba2c3c128365f16ece54377b987dbe58 /bindings/python | |
| parent | e00e235e65a404315d06f70ec6066d259f8ee802 (diff) | |
| parent | 079826f124823f134e5877173e9380edc2eeb3dc (diff) | |
Merge tag '0.27'
notmuch 0.27 release
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 c4e8a2d9..fbb282e3 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.27~rc1' +__VERSION__ = '0.27' SOVERSION = '5' |
