diff options
| author | David Bremner <david@tethera.net> | 2021-05-02 07:41:42 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-05-02 07:41:42 -0300 |
| commit | 595b61ef47bf6b8f8a6b32e85664d0256e979392 (patch) | |
| tree | 2d7114c4912f773fdce4e8a3a8b4f2b70a1c1895 /bindings | |
| parent | fe9616aef19a1584de550ea536dfc7b42a13636a (diff) | |
| parent | 5fe92332f2dcff460dea1f2aa78717d1954df62c (diff) | |
Merge tag '0.32'
notmuch 0.32 release
Diffstat (limited to 'bindings')
| -rw-r--r-- | bindings/python-cffi/version.txt | 2 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python-cffi/version.txt b/bindings/python-cffi/version.txt index b056b045..00d0c14d 100644 --- a/bindings/python-cffi/version.txt +++ b/bindings/python-cffi/version.txt @@ -1 +1 @@ -0.32~rc2 +0.32 diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 9fd5e382..c9f31763 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.32~rc2' +__VERSION__ = '0.32' SOVERSION = '5' |
