summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2020-12-25 11:42:12 -0400
committerDavid Bremner <david@tethera.net>2020-12-25 11:42:12 -0400
commitc7596d0e7d611fa0bc6a5539ae16744cee0e6925 (patch)
tree026c6162037015cbc426ae8439b362f0d8597648 /bindings
parent6d5d28c593a6f0e935bd039ade450e23d7b08ac8 (diff)
version: bump 0.31.3
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python-cffi/version.txt2
-rw-r--r--bindings/python/notmuch/version.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/bindings/python-cffi/version.txt b/bindings/python-cffi/version.txt
index c415e1c6..8239f42d 100644
--- a/bindings/python-cffi/version.txt
+++ b/bindings/python-cffi/version.txt
@@ -1 +1 @@
-0.31.2
+0.31.3
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index 0d8fdd04..0be316c2 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.31.2'
+__VERSION__ = '0.31.3'
SOVERSION = '5'