diff options
| author | David Bremner <david@tethera.net> | 2020-08-29 09:32:36 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-08-29 09:32:36 -0300 |
| commit | c8c0304d7759db29fc1197cc4709154b76d66cd3 (patch) | |
| tree | d03160d0cecf865f3c40e43a4dc289044124c505 /bindings | |
| parent | d9385113ef3dd66ec8f84bb7d160de772273b6b4 (diff) | |
version: bump to 0.31~rc2
Diffstat (limited to 'bindings')
| -rw-r--r-- | bindings/python-cffi/version | 2 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python-cffi/version b/bindings/python-cffi/version index 811b2d53..badb1e81 100644 --- a/bindings/python-cffi/version +++ b/bindings/python-cffi/version @@ -1 +1 @@ -0.31~rc1 +0.31~rc2 diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 05c7fa7f..36212aa5 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.31~rc1' +__VERSION__ = '0.31~rc2' SOVERSION = '5' |
