diff options
| author | David Bremner <david@tethera.net> | 2023-10-26 20:34:31 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2023-10-26 20:34:31 -0300 |
| commit | bddeb20110d5149eb11a88a115716189a658a02a (patch) | |
| tree | ec3610370bf66551e919db036e39f72073812460 /bindings/python | |
| parent | bc9a58d75b2373467ff3727a97317ba5b803be67 (diff) | |
| parent | 356ad392716d2a775e58d766c1fec9047cc84163 (diff) | |
Merge tag '0.38.1'
notmuch 0.38.1 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 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' |
