diff options
| author | David Bremner <david@tethera.net> | 2020-09-05 22:27:32 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-09-05 22:27:32 -0300 |
| commit | d127b16afe2e5c0f245400bc74d96208372075a2 (patch) | |
| tree | 904169c10188abbf2434c75d09de71cde93f22ee /bindings/python | |
| parent | 85b580386905ca1fdb168edc64fca66ffb9620a7 (diff) | |
| parent | 4175d5cb914416dc0e159a00457b1c2a82f3905f (diff) | |
Merge tag '0.31' into master
notmuch 0.31 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 36212aa5..e94942f5 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.31~rc2' +__VERSION__ = '0.31' SOVERSION = '5' |
