aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2016-11-16 21:52:50 -0400
committerDavid Bremner <david@tethera.net>2016-11-16 21:53:07 -0400
commitb88fe84bbce60742fad47f30e67238c7ef98b90e (patch)
tree1011fb167ea6e22c4173afb0edad6949fc6c1e75 /bindings/python
parent6e1628decb58b2bab1c15bb1671892580ed4b64e (diff)
version: bump to 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'