aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2023-12-01 07:38:55 -0400
committerDavid Bremner <david@tethera.net>2023-12-01 07:38:55 -0400
commit21daefc17872484d5f6398f6446fbf2d3cf341ac (patch)
tree6e69c9457934539ea43fe18db10a0b5eee7ca89b /bindings
parent67990376b7e03f2ca4b78569b143713b76b6e946 (diff)
version: bump to 0.38.2
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 1779d8cc..f4fd171d 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'
+__VERSION__ = '0.38.2'
SOVERSION = '5'