aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2022-04-25 08:45:12 -0300
committerDavid Bremner <david@tethera.net>2022-04-25 08:45:12 -0300
commitf93a2c7383439305dc2cbbd18243fb8cb3c0feb2 (patch)
tree03e8a581b51c62ea09cbd67330057e423266a767 /bindings
parent1b0956a0b1e8f807817f46334169c60d041e5e76 (diff)
version: bump to 0.36
Diffstat (limited to 'bindings')
-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 833e05d6..59144626 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.36~rc1'
+__VERSION__ = '0.36'
SOVERSION = '5'