aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-09-10 21:02:10 -0300
committerDavid Bremner <david@tethera.net>2021-09-10 21:02:10 -0300
commit7556bb7da27621895327b84d22abba2519c24ba7 (patch)
tree1e2f371105684bab439ec99fe947321d66183b19 /bindings
parentdc8262bd336f1c406e5705ec8cb5029f1bacd524 (diff)
parent8e59438025c88ebd83a78cf12c06ff954d979e01 (diff)
Merge tag '0.33.1'
notmuch 0.33.1 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 94b357ed..8df3f459 100644
--- a/bindings/python-cffi/version.txt
+++ b/bindings/python-cffi/version.txt
@@ -1 +1 @@
-0.33
+0.33.1
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index eaa3fce7..27b651b1 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'
+__VERSION__ = '0.33.1'
SOVERSION = '5'