From c616ada48934ae2452baa5d44f8d7eb7194592f4 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 25 Dec 2011 23:09:17 -0400 Subject: version: update version to 0.11~rc1 and keep python, man page, and debian package in sync. --- bindings/python/notmuch/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings') diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index fd414b0a..01e8294e 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,2 +1,2 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.10.2' +__VERSION__ = '0.11~rc1' -- cgit v1.2.3 From ff58a06e83379f2b224861082b782bec538f0d2d Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 31 Dec 2011 20:45:24 -0400 Subject: version: bump to 0.11~rc2 This to "celebrate" pushing a bugfix in at the last minute. --- bindings/python/notmuch/version.py | 2 +- notmuch.1 | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bindings') diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 01e8294e..46992240 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,2 +1,2 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.11~rc1' +__VERSION__ = '0.11~rc2' diff --git a/notmuch.1 b/notmuch.1 index 6eb94603..af2ce4f1 100644 --- a/notmuch.1 +++ b/notmuch.1 @@ -16,7 +16,7 @@ .\" along with this program. If not, see http://www.gnu.org/licenses/ . .\" .\" Author: Carl Worth -.TH NOTMUCH 1 2011-12-24 "Notmuch 0.11~rc1" +.TH NOTMUCH 1 2011-12-31 "Notmuch 0.11~rc2" .SH NAME notmuch \- thread-based email index, search, and tagging .SH SYNOPSIS diff --git a/version b/version index 0bfe2bbc..8c520539 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.11~rc1 +0.11~rc2 -- cgit v1.2.3 From 310608f279150c735b9fde89f2d632f3b41abd6c Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 9 Jan 2012 07:05:40 -0400 Subject: version: update to 0.11~rc3 We found another serious-ish bug during freeze. --- bindings/python/notmuch/version.py | 2 +- notmuch.1 | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bindings') diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 46992240..0cd4c106 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,2 +1,2 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.11~rc2' +__VERSION__ = '0.11~rc3' diff --git a/notmuch.1 b/notmuch.1 index af2ce4f1..524c21f9 100644 --- a/notmuch.1 +++ b/notmuch.1 @@ -16,7 +16,7 @@ .\" along with this program. If not, see http://www.gnu.org/licenses/ . .\" .\" Author: Carl Worth -.TH NOTMUCH 1 2011-12-31 "Notmuch 0.11~rc2" +.TH NOTMUCH 1 2012-01-09 "Notmuch 0.11~rc3" .SH NAME notmuch \- thread-based email index, search, and tagging .SH SYNOPSIS diff --git a/version b/version index 8c520539..b1495f02 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.11~rc2 +0.11~rc3 -- cgit v1.2.3 From 9ada8335c6c3c60db3e0b66281e2f6382fadb9e3 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 13 Jan 2012 19:58:36 -0400 Subject: Update version to 0.11 --- bindings/python/notmuch/version.py | 2 +- notmuch.1 | 2 +- version | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bindings') diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 0cd4c106..59c396fe 100644 --- a/bindings/python/notmuch/version.py +++ b/bindings/python/notmuch/version.py @@ -1,2 +1,2 @@ # this file should be kept in sync with ../../../version -__VERSION__ = '0.11~rc3' +__VERSION__ = '0.11' diff --git a/notmuch.1 b/notmuch.1 index 524c21f9..a5828bc5 100644 --- a/notmuch.1 +++ b/notmuch.1 @@ -16,7 +16,7 @@ .\" along with this program. If not, see http://www.gnu.org/licenses/ . .\" .\" Author: Carl Worth -.TH NOTMUCH 1 2012-01-09 "Notmuch 0.11~rc3" +.TH NOTMUCH 1 2012-01-13 "Notmuch 0.11" .SH NAME notmuch \- thread-based email index, search, and tagging .SH SYNOPSIS diff --git a/version b/version index b1495f02..51176c7c 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.11~rc3 +0.11 -- cgit v1.2.3