diff options
| author | David Bremner <david@tethera.net> | 2020-12-25 11:42:12 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-12-25 11:42:12 -0400 |
| commit | c7596d0e7d611fa0bc6a5539ae16744cee0e6925 (patch) | |
| tree | 026c6162037015cbc426ae8439b362f0d8597648 | |
| parent | 6d5d28c593a6f0e935bd039ade450e23d7b08ac8 (diff) | |
version: bump 0.31.3
| -rw-r--r-- | bindings/python-cffi/version.txt | 2 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | version.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bindings/python-cffi/version.txt b/bindings/python-cffi/version.txt index c415e1c6..8239f42d 100644 --- a/bindings/python-cffi/version.txt +++ b/bindings/python-cffi/version.txt @@ -1 +1 @@ -0.31.2 +0.31.3 diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 0d8fdd04..0be316c2 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.2' +__VERSION__ = '0.31.3' SOVERSION = '5' diff --git a/version.txt b/version.txt index c415e1c6..8239f42d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.31.2 +0.31.3 |
