summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2017-12-28 10:11:57 -0800
committerDavid Bremner <david@tethera.net>2017-12-29 16:44:20 -0400
commit75477003e9df8208ac1db56d532b806a69ad0dfb (patch)
tree7572620fe043bfc6a85211c605718116c64482be /devel
parentaa35cfda416781c8b480a9862a79b5a930693e83 (diff)
nmbug: Bump to version 0.3
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).
Diffstat (limited to 'devel')
-rwxr-xr-xdevel/nmbug/nmbug2
1 files changed, 1 insertions, 1 deletions
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)