aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2020-08-29 09:32:36 -0300
committerDavid Bremner <david@tethera.net>2020-08-29 09:32:36 -0300
commitc8c0304d7759db29fc1197cc4709154b76d66cd3 (patch)
treed03160d0cecf865f3c40e43a4dc289044124c505 /bindings/python
parentd9385113ef3dd66ec8f84bb7d160de772273b6b4 (diff)
version: bump to 0.31~rc2
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 05c7fa7f..36212aa5 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~rc1'
+__VERSION__ = '0.31~rc2'
SOVERSION = '5'