diff options
| author | David Bremner <david@tethera.net> | 2016-10-03 23:04:22 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-10-03 23:04:22 -0300 |
| commit | 3a92ab8e4b793d7bcefbcffd40ebebe9120bae6a (patch) | |
| tree | c6d8da2323843a3418800c589bf8bafb9a0d2f38 /bindings/python | |
| parent | c2e74662bbbbf9be1fde0ae416dc2664ba3da3cd (diff) | |
| parent | 6cd6561aabcd24d033b592aa4503aaa3c06d241c (diff) | |
Merge tag '0.23'
notmuch 0.23 release
Diffstat (limited to 'bindings/python')
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 |
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' |
