diff options
| author | David Bremner <david@tethera.net> | 2020-08-16 11:06:13 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-08-16 11:06:13 -0300 |
| commit | efb135bed1ad3e7d15b42dcf07b202962cca9d9f (patch) | |
| tree | 99f95810046cc1d664f63db6cb782cf9079171a2 /bindings/python | |
| parent | bcfd8575e5d3040a6b536928e9c163592e689da9 (diff) | |
version: bump to 0.31~rc0
Start the release process for 0.31
Diffstat (limited to 'bindings/python')
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 36b4cfca..a09a8b72 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.30' +__VERSION__ = '0.31~rc0' SOVERSION = '5' |
