diff options
| author | David Bremner <david@tethera.net> | 2023-10-26 19:45:04 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-10-26 19:45:04 -0300 |
| commit | 551ec61118fcf0c2c2960aeced1eaae69df995e0 (patch) | |
| tree | 6c016476a03817fe7d90bd4ba453e8817ebed5e1 /bindings/python | |
| parent | 23ac959040557de3bb3ac4f07efa98ec5371beeb (diff) | |
version: bump to 0.38.1
No changes from 0.38.1~rc1
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 e654ab7f..1779d8cc 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.38.1~rc1' +__VERSION__ = '0.38.1' SOVERSION = '5' |
