aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2019-02-01 08:35:20 -0400
committerDavid Bremner <david@tethera.net>2019-02-01 08:35:20 -0400
commit87eb477ba546c47083f678bb7fa3d433cb591090 (patch)
tree64b93c83ece1fcc36958593bb09c1f96114c31ca /bindings/python
parent6784d5bc60f850a93e6101e60b03bf6ab81020cc (diff)
parent32fb3c420a408ccfd20301f0c527c4259bf721cc (diff)
Merge tag '0.28.1'
notmuch 0.28.1 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 6a513a25..7cc4db18 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'
+__VERSION__ = '0.28.1'
SOVERSION = '5'