diff options
| author | David Bremner <david@tethera.net> | 2020-09-05 21:26:36 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-09-05 21:26:36 -0300 |
| commit | 008b8b05742cae2f0193fa24e14ac35faa68fb87 (patch) | |
| tree | d0ff799ab2bc3315a4d4771a3358c8be23ba0f23 | |
| parent | f43ea63953ce5b2ad9e08558d1462b3edc1ba6eb (diff) | |
version: bump to 0.31
| -rw-r--r-- | bindings/python-cffi/version | 2 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | version | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bindings/python-cffi/version b/bindings/python-cffi/version index badb1e81..48b9990e 100644 --- a/bindings/python-cffi/version +++ b/bindings/python-cffi/version @@ -1 +1 @@ -0.31~rc2 +0.31 diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 36212aa5..e94942f5 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~rc2' +__VERSION__ = '0.31' SOVERSION = '5' @@ -1 +1 @@ -0.31~rc2 +0.31 |
