aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2020-07-10 23:24:41 -0300
committerDavid Bremner <david@tethera.net>2020-07-10 23:24:41 -0300
commit5fbb2c7929196033b6787ab40f7d94ec89bfbbba (patch)
tree93556421c9459da3ec3b9efb63038912b96913d9 /bindings
parentdbdb860bb92b5eef0eadc6ffd1fd6d5bf64553b9 (diff)
parentb502e26563010503e77da7188c24db4cee592185 (diff)
Merge branch 'release'
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python-cffi/version2
-rw-r--r--bindings/python/notmuch/version.py2
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'