aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2019-03-05 15:30:52 -0400
committerDavid Bremner <david@tethera.net>2019-03-05 21:46:41 -0400
commit1a4a1fe9c501d8d3384b49ad2b78a07518c62230 (patch)
treeba4a41be2cca38d738b09c3f96c986a71124d41e /bindings/python
parentdcf7fca2d9f87fc4d412dbbba8e441d9ff204ffc (diff)
bump version to 0.28.3
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 f376f6e6..8217eabf 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.2'
+__VERSION__ = '0.28.3'
SOVERSION = '5'