aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2019-10-19 22:25:24 -0300
committerDavid Bremner <david@tethera.net>2019-10-19 22:25:24 -0300
commit60ddce8a161772583e8d223498997ee866d04ede (patch)
tree0e408eda4a8b1e4e86e172535fe275f49fb7bb33 /bindings/python
parent7eb9615b30274033cc0c828244569c709906c40b (diff)
parent1c8d9e172e57bad26ebb94a8cb22a959ebedb9a3 (diff)
Merge tag '0.29.2'
notmuch 0.29.2 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 ca9e6a8c..1bde97e5 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.29.1'
+__VERSION__ = '0.29.2'
SOVERSION = '5'