diff options
| author | David Bremner <david@tethera.net> | 2020-07-10 22:21:19 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-07-10 22:21:19 -0300 |
| commit | e56a207ce14386b3e826dd267c549427b2c3f9ec (patch) | |
| tree | 0267fd722d0d1f281997c50cd994eeb9e77c939c | |
| parent | 552029f7482ea76806f18b8ef2cbe9c8706b39f4 (diff) | |
version: set to 0.30
| -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 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' @@ -1 +1 @@ -0.30~rc3 +0.30 |
