diff options
| author | David Bremner <david@tethera.net> | 2015-05-31 12:06:40 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-05-31 12:06:40 +0200 |
| commit | b271763152a5638b99cb282518ad1aa90fadbd9a (patch) | |
| tree | 626a56880c1fab1b7cac9e66aba6158a5876b313 /bindings/python | |
| parent | 11de429824da2c33cd3f2460f521bd201484242f (diff) | |
| parent | be8e796fd51ffe956ac70b10868851ebbf56fcab (diff) | |
Merge tag '0.20'
notmuch 0.20 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 0377dae1..55014249 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.20~rc2' +__VERSION__ = '0.20' SOVERSION = '4' |
