]> rtime.felk.cvut.cz Git - notmuch.git/commitdiff
version: bump to 0.15
authorDavid Bremner <bremner@debian.org>
Tue, 8 Jan 2013 01:38:20 +0000 (21:38 -0400)
committerDavid Bremner <bremner@debian.org>
Tue, 8 Jan 2013 01:38:20 +0000 (21:38 -0400)
"Atomically" update the python bindings and man page versions.

14 files changed:
bindings/python/notmuch/version.py
man/man1/notmuch-config.1
man/man1/notmuch-count.1
man/man1/notmuch-dump.1
man/man1/notmuch-new.1
man/man1/notmuch-reply.1
man/man1/notmuch-restore.1
man/man1/notmuch-search.1
man/man1/notmuch-show.1
man/man1/notmuch-tag.1
man/man1/notmuch.1
man/man5/notmuch-hooks.5
man/man7/notmuch-search-terms.7
version

index 10c01221f913f95f36515192d28d4d58aa71f9df..c9efbd986833355a853aaf9d9650d52cc358c9db 100644 (file)
@@ -1,2 +1,2 @@
 # this file should be kept in sync with ../../../version
-__VERSION__ = '0.14'
+__VERSION__ = '0.15'
index 10c9fd6a717b3ae21957e0365d8d6da70579da99..12a12866598c534bc6ebb68393a9e2fe5e12b5ca 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-CONFIG 1 2012-08-20 "Notmuch 0.14"
+.TH NOTMUCH-CONFIG 1 2013-01-07 "Notmuch 0.15"
 .SH NAME
 notmuch-config \- access notmuch configuration file
 .SH SYNOPSIS
index 9b55e7c3e54afd4e9e88e90fce4b37f1261cf5b0..335adf5b580786ea2407833c049e7aa4b7462294 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-COUNT 1 2012-08-20 "Notmuch 0.14"
+.TH NOTMUCH-COUNT 1 2013-01-07 "Notmuch 0.15"
 .SH NAME
 notmuch-count \- count messages matching the given search terms
 .SH SYNOPSIS
index 7bd6deff0c315e79046602302a3a742f272744f2..fc55c62cd9da214394b4898e435c8350d0ab1dfe 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-DUMP 1 2012-08-20 "Notmuch 0.14"
+.TH NOTMUCH-DUMP 1 2013-01-07 "Notmuch 0.15"
 .SH NAME
 notmuch-dump \- creates a plain-text dump of the tags of each message
 
index 0acfeac05fc4414dde1ddcc15234cedb07a9c448..333f1105995aca027324abc1f123cc914e2ddd59 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-NEW 1 2012-08-20 "Notmuch 0.14"
+.TH NOTMUCH-NEW 1 2013-01-07 "Notmuch 0.15"
 .SH NAME
 notmuch-new \- incorporate new mail into the notmuch database
 .SH SYNOPSIS
index 9fa1956113bdad1f526323d63ca0ebc6d2751175..27ae63f1e850aa62ba2f8622532b01f8f317fe5c 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-REPLY 1 2012-08-20 "Notmuch 0.14"
+.TH NOTMUCH-REPLY 1 2013-01-07 "Notmuch 0.15"
 .SH NAME
 notmuch-reply \- constructs a reply template for a set of messages
 
index 78fef523beeda75141ac8ab34bbe580486f7bceb..77c24cf7881404eddff6af52564e2aabc667024b 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-RESTORE 1 2012-08-20 "Notmuch 0.14"
+.TH NOTMUCH-RESTORE 1 2013-01-07 "Notmuch 0.15"
 .SH NAME
 notmuch-restore \- restores the tags from the given file (see notmuch dump)
 
index 12f67191a65618d41d267175d7f8123fd0be72d5..8930d78a8ed9698aee2e11b587f3bf5d255d1590 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-SEARCH 1 2012-08-20 "Notmuch 0.14"
+.TH NOTMUCH-SEARCH 1 2013-01-07 "Notmuch 0.15"
 .SH NAME
 notmuch-search \- search for messages matching the given search terms
 .SH SYNOPSIS
index 44cec46d571b6b5921d9b966ab8209048ee7f16c..051f24f29a5facef526d330aa7eaf15c79fa0139 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-SHOW 1 2012-08-20 "Notmuch 0.14"
+.TH NOTMUCH-SHOW 1 2013-01-07 "Notmuch 0.15"
 .SH NAME
 notmuch-show \- show messages matching the given search terms
 .SH SYNOPSIS
index 3aa2fa527fee70c6727cef62857f220308f434ef..48c80fdc4bf9efdb6c6e2b25fe1a132ff1aac485 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-TAG 1 2012-08-20 "Notmuch 0.14"
+.TH NOTMUCH-TAG 1 2013-01-07 "Notmuch 0.15"
 .SH NAME
 notmuch-tag \- add/remove tags for all messages matching the search terms
 
index f06b2243d34bdc62fd26bc7a7521643bda35cd4c..7c395c4e1aa4d3a84b7d11b5e79a38fc9e4cae31 100644 (file)
@@ -16,7 +16,7 @@
 .\" along with this program.  If not, see http://www.gnu.org/licenses/ .
 .\"
 .\" Author: Carl Worth <cworth@cworth.org>
-.TH NOTMUCH 1 2012-08-20 "Notmuch 0.14"
+.TH NOTMUCH 1 2013-01-07 "Notmuch 0.15"
 .SH NAME
 notmuch \- thread-based email index, search, and tagging
 .SH SYNOPSIS
index 07b64f5fce88f0db587cec563c3e63967382a9a3..397144a459e8066d19fdd38b1a9eeba933993036 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-HOOKS 5 2012-08-20 "Notmuch 0.14"
+.TH NOTMUCH-HOOKS 5 2013-01-07 "Notmuch 0.15"
 
 .SH NAME
 notmuch-hooks \- hooks for notmuch
index e39b944047a04ca6dd3d8e341709372dcaac0206..2a8de72baaedab996427091179278dce8617de1b 100644 (file)
@@ -1,4 +1,4 @@
-.TH NOTMUCH-SEARCH-TERMS 7 2012-08-20 "Notmuch 0.14"
+.TH NOTMUCH-SEARCH-TERMS 7 2013-01-07 "Notmuch 0.15"
 
 .SH NAME
 notmuch-search-terms \- syntax for notmuch queries
diff --git a/version b/version
index 948a5472708b304823aceb324422d55a5fe93b1f..2856407c03e614f617fde7b7111b9734afc0940c 100644 (file)
--- a/version
+++ b/version
@@ -1 +1 @@
-0.14
+0.15