diff options
| author | David Bremner <david@tethera.net> | 2021-06-25 09:34:29 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-06-25 09:34:29 -0300 |
| commit | 4b0c6fb2f1ba989fee554cb8fa2612046d6414a8 (patch) | |
| tree | f67f69ee6f694469d0c57b00ba6624045ad85ee0 /bindings | |
| parent | ea301102abc55404b8b447cd50998429bfbbf9fd (diff) | |
| parent | 35d559eb18d779822074a0781585642028e61ed8 (diff) | |
Merge branch '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 fd9620c0..989b29cc 100644 --- a/bindings/python-cffi/version.txt +++ b/bindings/python-cffi/version.txt @@ -1 +1 @@ -0.32.1 +0.32.2 diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index fc867ea7..de104bfa 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.1' +__VERSION__ = '0.32.2' SOVERSION = '5' |
