aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2023-10-12 19:58:05 -0300
committerDavid Bremner <david@tethera.net>2023-10-12 19:58:05 -0300
commitbc9a58d75b2373467ff3727a97317ba5b803be67 (patch)
tree5c1b8a935d52dcab97c4793042e2b5fd13e609b6 /bindings/python
parente4ead7656c72092bf30c43283057c2d4c4107962 (diff)
parent23ac959040557de3bb3ac4f07efa98ec5371beeb (diff)
Merge tag '0.38.1_rc1'
notmuch 0.38.1~rc1 release
Diffstat (limited to 'bindings/python')
-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 af97e6d1..e654ab7f 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~pre0'
+__VERSION__ = '0.38.1~rc1'
SOVERSION = '5'