diff options
| author | David Bremner <david@tethera.net> | 2016-04-26 21:32:24 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-04-26 21:36:53 -0300 |
| commit | e6e395435d3ca054ec0dd7f31651a261405f7b48 (patch) | |
| tree | 324ac5d864880b63fa30ed7d414ef0914cd95900 /bindings/python | |
| parent | 1819d03c2744246ad4158c616969d4a911a988d6 (diff) | |
bump version and NEWS date for 0.22 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 da704625..c1d472be 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.22~rc1' +__VERSION__ = '0.22' SOVERSION = '4' |
