aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-09-04 08:05:32 -0700
committerDavid Bremner <david@tethera.net>2021-09-04 08:05:32 -0700
commitddbf3ffe9bfafa39f2142a7ff9ead202b4b88433 (patch)
tree1d8aa0a45264fdbaa76961a13d900bd7024bac8f /bindings
parent9c4037ff193a4015fc132ceb7918e6b8274cfb8c (diff)
parent676fcd70ff5aa5d88943a5982a4187cc5699aa4b (diff)
Merge branch 'release'
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 1a71eb82..94b357ed 100644
--- a/bindings/python-cffi/version.txt
+++ b/bindings/python-cffi/version.txt
@@ -1 +1 @@
-0.33~rc0
+0.33
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index 56eeaf8f..eaa3fce7 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.33~rc0'
+__VERSION__ = '0.33'
SOVERSION = '5'