aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2023-10-26 20:34:31 -0300
committerDavid Bremner <david@tethera.net>2023-10-26 20:34:31 -0300
commitbddeb20110d5149eb11a88a115716189a658a02a (patch)
treeec3610370bf66551e919db036e39f72073812460 /bindings
parentbc9a58d75b2373467ff3727a97317ba5b803be67 (diff)
parent356ad392716d2a775e58d766c1fec9047cc84163 (diff)
Merge tag '0.38.1'
notmuch 0.38.1 release
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/notmuch/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index e654ab7f..1779d8cc 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.38.1~rc1'
+__VERSION__ = '0.38.1'
SOVERSION = '5'