From: David Bremner Date: Sat, 19 Jan 2013 01:27:57 +0000 (-0400) Subject: version: update to 0.15 X-Git-Tag: 0.15^0 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=df9f50185cf71dd4801cfd24ade33d5c2f74de1a version: update to 0.15 Bump the version in-place in NEWS. --- diff --git a/NEWS b/NEWS index f6b5bdc4..1cb52ddc 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -Notmuch 0.15~rc1 (2013-01-16) -============================= +Notmuch 0.15 (2013-01-18) +========================= General ------- diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py index 59e7c1a0..c9efbd98 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.15~rc1' +__VERSION__ = '0.15' diff --git a/man/man1/notmuch-config.1 b/man/man1/notmuch-config.1 index 33ed63a2..557eae5d 100644 --- a/man/man1/notmuch-config.1 +++ b/man/man1/notmuch-config.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-CONFIG 1 2013-01-16 "Notmuch 0.15~rc1" +.TH NOTMUCH-CONFIG 1 2013-01-18 "Notmuch 0.15" .SH NAME notmuch-config \- access notmuch configuration file .SH SYNOPSIS diff --git a/man/man1/notmuch-count.1 b/man/man1/notmuch-count.1 index 539f1c29..d63be997 100644 --- a/man/man1/notmuch-count.1 +++ b/man/man1/notmuch-count.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-COUNT 1 2013-01-16 "Notmuch 0.15~rc1" +.TH NOTMUCH-COUNT 1 2013-01-18 "Notmuch 0.15" .SH NAME notmuch-count \- count messages matching the given search terms .SH SYNOPSIS diff --git a/man/man1/notmuch-dump.1 b/man/man1/notmuch-dump.1 index d412c075..613fd699 100644 --- a/man/man1/notmuch-dump.1 +++ b/man/man1/notmuch-dump.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-DUMP 1 2013-01-16 "Notmuch 0.15~rc1" +.TH NOTMUCH-DUMP 1 2013-01-18 "Notmuch 0.15" .SH NAME notmuch-dump \- creates a plain-text dump of the tags of each message diff --git a/man/man1/notmuch-new.1 b/man/man1/notmuch-new.1 index a81bfc61..06c4dfae 100644 --- a/man/man1/notmuch-new.1 +++ b/man/man1/notmuch-new.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-NEW 1 2013-01-16 "Notmuch 0.15~rc1" +.TH NOTMUCH-NEW 1 2013-01-18 "Notmuch 0.15" .SH NAME notmuch-new \- incorporate new mail into the notmuch database .SH SYNOPSIS diff --git a/man/man1/notmuch-reply.1 b/man/man1/notmuch-reply.1 index abfc3214..13e50ada 100644 --- a/man/man1/notmuch-reply.1 +++ b/man/man1/notmuch-reply.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-REPLY 1 2013-01-16 "Notmuch 0.15~rc1" +.TH NOTMUCH-REPLY 1 2013-01-18 "Notmuch 0.15" .SH NAME notmuch-reply \- constructs a reply template for a set of messages diff --git a/man/man1/notmuch-restore.1 b/man/man1/notmuch-restore.1 index 93085b96..895c6d29 100644 --- a/man/man1/notmuch-restore.1 +++ b/man/man1/notmuch-restore.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-RESTORE 1 2013-01-16 "Notmuch 0.15~rc1" +.TH NOTMUCH-RESTORE 1 2013-01-18 "Notmuch 0.15" .SH NAME notmuch-restore \- restores the tags from the given file (see notmuch dump) diff --git a/man/man1/notmuch-search.1 b/man/man1/notmuch-search.1 index aa670245..321d7797 100644 --- a/man/man1/notmuch-search.1 +++ b/man/man1/notmuch-search.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-SEARCH 1 2013-01-16 "Notmuch 0.15~rc1" +.TH NOTMUCH-SEARCH 1 2013-01-18 "Notmuch 0.15" .SH NAME notmuch-search \- search for messages matching the given search terms .SH SYNOPSIS diff --git a/man/man1/notmuch-show.1 b/man/man1/notmuch-show.1 index 8b202f43..3f9584bb 100644 --- a/man/man1/notmuch-show.1 +++ b/man/man1/notmuch-show.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-SHOW 1 2013-01-16 "Notmuch 0.15~rc1" +.TH NOTMUCH-SHOW 1 2013-01-18 "Notmuch 0.15" .SH NAME notmuch-show \- show messages matching the given search terms .SH SYNOPSIS diff --git a/man/man1/notmuch-tag.1 b/man/man1/notmuch-tag.1 index 5d4ec25d..081bd0e4 100644 --- a/man/man1/notmuch-tag.1 +++ b/man/man1/notmuch-tag.1 @@ -1,4 +1,4 @@ -.TH NOTMUCH-TAG 1 2013-01-16 "Notmuch 0.15~rc1" +.TH NOTMUCH-TAG 1 2013-01-18 "Notmuch 0.15" .SH NAME notmuch-tag \- add/remove tags for all messages matching the search terms diff --git a/man/man1/notmuch.1 b/man/man1/notmuch.1 index cabfacf7..69805cb5 100644 --- a/man/man1/notmuch.1 +++ b/man/man1/notmuch.1 @@ -16,7 +16,7 @@ .\" along with this program. If not, see http://www.gnu.org/licenses/ . .\" .\" Author: Carl Worth -.TH NOTMUCH 1 2013-01-16 "Notmuch 0.15~rc1" +.TH NOTMUCH 1 2013-01-18 "Notmuch 0.15" .SH NAME notmuch \- thread-based email index, search, and tagging .SH SYNOPSIS diff --git a/man/man5/notmuch-hooks.5 b/man/man5/notmuch-hooks.5 index db1f7077..4ed61c15 100644 --- a/man/man5/notmuch-hooks.5 +++ b/man/man5/notmuch-hooks.5 @@ -1,4 +1,4 @@ -.TH NOTMUCH-HOOKS 5 2013-01-16 "Notmuch 0.15~rc1" +.TH NOTMUCH-HOOKS 5 2013-01-18 "Notmuch 0.15" .SH NAME notmuch-hooks \- hooks for notmuch diff --git a/man/man7/notmuch-search-terms.7 b/man/man7/notmuch-search-terms.7 index f42c252e..19e5fd5f 100644 --- a/man/man7/notmuch-search-terms.7 +++ b/man/man7/notmuch-search-terms.7 @@ -1,4 +1,4 @@ -.TH NOTMUCH-SEARCH-TERMS 7 2013-01-16 "Notmuch 0.15~rc1" +.TH NOTMUCH-SEARCH-TERMS 7 2013-01-18 "Notmuch 0.15" .SH NAME notmuch-search-terms \- syntax for notmuch queries diff --git a/version b/version index 621e3016..2856407c 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.15~rc1 +0.15