aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-08-18 21:46:42 -0700
committerDavid Bremner <david@tethera.net>2021-08-18 21:46:42 -0700
commit3df2281746d57abbb45790ecb432ef40533c30bc (patch)
tree3e595ef0946ce6aa6604863a36e3e67bbf7d3f03 /bindings
parent6fec5d771ede7998ff395abd636d391c21163409 (diff)
parent34fec91e17629a6a095bd5930e020dfeaddff245 (diff)
Merge tag 'debian/0.32.3-1'
notmuch release 0.32.3-1 for unstable (sid) [dgit] [dgit distro=debian no-split --quilt=linear]
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 989b29cc..d721c768 100644
--- a/bindings/python-cffi/version.txt
+++ b/bindings/python-cffi/version.txt
@@ -1 +1 @@
-0.32.2
+0.32.3
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index de104bfa..e10408ac 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.32.2'
+__VERSION__ = '0.32.3'
SOVERSION = '5'