diff options
| author | David Bremner <david@tethera.net> | 2020-07-10 23:24:41 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-07-10 23:24:41 -0300 |
| commit | 5fbb2c7929196033b6787ab40f7d94ec89bfbbba (patch) | |
| tree | 93556421c9459da3ec3b9efb63038912b96913d9 /bindings | |
| parent | dbdb860bb92b5eef0eadc6ffd1fd6d5bf64553b9 (diff) | |
| parent | b502e26563010503e77da7188c24db4cee592185 (diff) | |
Merge branch 'release'
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 db90aec2..f7c6c31b 100644 --- a/bindings/python-cffi/version +++ b/bindings/python-cffi/version @@ -1 +1 @@ -0.30~rc3 +0.30 diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index a25b1d7d..36b4cfca 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~rc3' +__VERSION__ = '0.30' SOVERSION = '5' |
