aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2016-11-17 08:25:08 -0400
committerDavid Bremner <david@tethera.net>2016-11-17 08:25:08 -0400
commit60ac94fe58635f9c40724afa0f35965fc9ff1afc (patch)
treeb07e9e853c779227ef25ca516daebd808bd0b6ed /bindings/python
parent0abcad7c0ec2099750720d02b97aa84ce0255f91 (diff)
parent0a932be13cc45fc2692ec0ae8a0b9c0d5f0df256 (diff)
Merge branch 'release'
Updates for 0.23.2
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 4bbe0cdc..5f234565 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.23.1'
+__VERSION__ = '0.23.2'
SOVERSION = '4'