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 | |
| parent | 1819d03c2744246ad4158c616969d4a911a988d6 (diff) | |
bump version and NEWS date for 0.22 release
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | bindings/python/notmuch/version.py | 2 | ||||
| -rw-r--r-- | version | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Notmuch 0.22 (UNRELEASED) +Notmuch 0.22 (2016-04-26) ========================= General 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' @@ -1 +1 @@ -0.22~rc1 +0.22 |
