aboutsummaryrefslogtreecommitdiff
path: root/bindings/python
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-04-28 07:04:57 -0300
committerDavid Bremner <david@tethera.net>2021-04-28 07:04:57 -0300
commitbc58b5ad0d0e1201dddaf03efc86a0b31e133fc0 (patch)
treea2226fb56e13da4329ceae9a631d5b60afe15087 /bindings/python
parent02e3fe494363a39097e7d7940bbbbcc38964f425 (diff)
version: bump to 0.32~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 f47b6faa..9fd5e382 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.32~rc1'
+__VERSION__ = '0.32~rc2'
SOVERSION = '5'