aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-10-20 10:31:26 -0300
committerDavid Bremner <david@tethera.net>2021-10-20 10:42:18 -0300
commit7b490b4b80d000d029fd0bd4dd27539cff901329 (patch)
tree35fd2f04ab6bce6e2b2ced409334275feb82aaf0 /bindings
parent0cab53877828249bc42c9e6fc2d9913a4bb9c55c (diff)
version: bump to 0.34
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python-cffi/version.txt2
-rw-r--r--bindings/python/notmuch/version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python-cffi/version.txt b/bindings/python-cffi/version.txt
index 1c0ade16..61d2f357 100644
--- a/bindings/python-cffi/version.txt
+++ b/bindings/python-cffi/version.txt
@@ -1 +1 @@
-0.34~rc0
+0.34
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index 8eeebc53..de3faa77 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.34~rc0'
+__VERSION__ = '0.34'
SOVERSION = '5'