diff options
| author | David Bremner <david@tethera.net> | 2021-04-28 07:32:44 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-04-28 07:32:44 -0300 |
| commit | 9e2e723881029d5041c4a34845a0265bbf144e02 (patch) | |
| tree | ae8a532a04a2b186b7fd45f9a99ff265d53e8bc0 /bindings | |
| parent | b34bc7c7895814da33a6df2f056ec32bc18e59ae (diff) | |
| parent | fa1fb288e6e5ed1517b6369c8cc8e468514654ac (diff) | |
Merge tag '0.32_rc2'
notmuch 0.32~rc2 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 0cdb4abe..b056b045 100644 --- a/bindings/python-cffi/version.txt +++ b/bindings/python-cffi/version.txt @@ -1 +1 @@ -0.32~rc1 +0.32~rc2 diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index f47b6faa..9fd5e382 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~rc1' +__VERSION__ = '0.32~rc2' SOVERSION = '5' |
