aboutsummaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2016-10-03 23:04:22 -0300
committerDavid Bremner <david@tethera.net>2016-10-03 23:04:22 -0300
commit3a92ab8e4b793d7bcefbcffd40ebebe9120bae6a (patch)
treec6d8da2323843a3418800c589bf8bafb9a0d2f38 /bindings
parentc2e74662bbbbf9be1fde0ae416dc2664ba3da3cd (diff)
parent6cd6561aabcd24d033b592aa4503aaa3c06d241c (diff)
Merge tag '0.23'
notmuch 0.23 release
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 3e54cc24..b6cd0729 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~rc1'
+__VERSION__ = '0.23'
SOVERSION = '4'