aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2023-10-26 19:45:04 -0300
committerDavid Bremner <david@tethera.net>2023-10-26 19:45:04 -0300
commit551ec61118fcf0c2c2960aeced1eaae69df995e0 (patch)
tree6c016476a03817fe7d90bd4ba453e8817ebed5e1 /bindings
parent23ac959040557de3bb3ac4f07efa98ec5371beeb (diff)
version: bump to 0.38.1
No changes from 0.38.1~rc1
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'