From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id F22646DE024A for ; Thu, 28 Dec 2017 10:14:08 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.212 X-Spam-Level: X-Spam-Status: No, score=-0.212 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.211, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hcOTjyVh43w7 for ; Thu, 28 Dec 2017 10:14:07 -0800 (PST) Received: from resqmta-po-07v.sys.comcast.net (resqmta-po-07v.sys.comcast.net [96.114.154.166]) by arlo.cworth.org (Postfix) with ESMTPS id AFD656DE01C2 for ; Thu, 28 Dec 2017 10:14:07 -0800 (PST) Received: from resomta-po-09v.sys.comcast.net ([96.114.154.233]) by resqmta-po-07v.sys.comcast.net with ESMTP id UcgUeaUh1EBXdUcgve7usn; Thu, 28 Dec 2017 18:14:06 +0000 Received: from mail.tremily.us ([71.231.45.70]) by resomta-po-09v.sys.comcast.net with SMTP id UceyeFztjk0yNUceze4kYA; Thu, 28 Dec 2017 18:12:06 +0000 Received: from ullr.tremily.us (ullr.tremily.us [192.168.10.7]) by mail.tremily.us (Postfix) with SMTP id 5D69D10A23CF; Thu, 28 Dec 2017 10:14:15 -0800 (PST) Received: (nullmailer pid 26303 invoked by uid 1000); Thu, 28 Dec 2017 18:12:04 -0000 From: "W. Trevor King" To: notmuch@notmuchmail.org Subject: [PATCH 1/2] nmbug: Bump to version 0.3 Date: Thu, 28 Dec 2017 10:11:57 -0800 Message-Id: <88c58027d718e5ab5e1d2d6c93f96d21d18b40eb.1514484376.git.wking@tremily.us> X-Mailer: git-send-email 2.13.6 In-Reply-To: References: In-Reply-To: References: X-CMAE-Envelope: MS4wfAL8GACHw6eqVj9l2nznAOTTLzP7+xrXLCvYEyWX0JL8vvxliq9Y6hu4LhYGzCrVEaR82tg3zoNlMes5cwfh7TLqtMv6XmW/LebPTE6aWjOrTtneTz5r MkLjhISZ3A3sYNF3YLfvIeOpnttCeM+JAFphFkkQDJH/wi77Xkj7LiR79yZVPIYaNArhn8CGYZ9E9jNgttS5sGK7KJ3dRxpDx1I= X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Dec 2017 18:14:09 -0000 Changes since 0.2: * Accept failures to unset core.worktree in clone (0a155847, 2017-10-10, unreleased). * Use --no-renames in log (f9189a06, 2016-09-26, v0.24). * Auto-checkout in clone if it wouldn't clobber (7ef3b653, 2017-10-10, unreleased). * Add a 'help' command for folks who don't like --help (9d25c97d, 2014-10-03, v0.20). * Setup a 'config' branch on clone to track origin/config (244f8739, 2015-03-22, v0.20). This branch may be consumed by notmuch-report(1). * Only error for invalid diff lines in tags/ (57225988, 2017-10-16, unreleased). * Ignore # comments in 'notmuch dump ...' output (9bbc54bd, 2016-03-27, v0.22). * Respect 'expect' in _spawn(..., wait=True) (e263c5b1, 2017-10-10, unreleased). * Update URLs in documentation (554b90b5 and 6a833a6e8, 2016-06-02, v0.23). --- devel/nmbug/nmbug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/nmbug/nmbug b/devel/nmbug/nmbug index 8c7e925c..c35dd75d 100755 --- a/devel/nmbug/nmbug +++ b/devel/nmbug/nmbug @@ -51,7 +51,7 @@ except ImportError: # Python 2 from urllib import unquote as _unquote -__version__ = '0.2' +__version__ = '0.3' _LOG = _logging.getLogger('nmbug') _LOG.setLevel(_logging.WARNING) -- 2.13.6