aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2019-05-05 16:38:51 -0300
committerDavid Bremner <david@tethera.net>2019-05-05 16:38:51 -0300
commit6682b4e686b7972883626c9b0f941ae4bf02dedb (patch)
tree4330bb9dd97f6525f593925d927d655588ee5115 /bindings/python
parent103c11822ee0b7645fda6397fb40f8ac7ed9b49b (diff)
parent93bd675c2a900b234536c5beaf0f7749e8fbe872 (diff)
Merge tag 0.28.4
No functionality changes merged, since the bug in question was already fixed on master.
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 8217eabf..236751eb 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.28.3'
+__VERSION__ = '0.28.4'
SOVERSION = '5'