From e6e395435d3ca054ec0dd7f31651a261405f7b48 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 26 Apr 2016 21:32:24 -0300 Subject: [PATCH] bump version and NEWS date for 0.22 release --- NEWS | 2 +- bindings/python/notmuch/version.py | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 77a386c4..c945c245 100644 --- a/NEWS +++ b/NEWS @@ -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' diff --git a/version b/version index d57df829..e3462940 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.22~rc1 +0.22 -- 2.39.2