summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog14
-rw-r--r--mailscripts.el2
2 files changed, 15 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 10d3f6a..7a0078c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+mailscripts (0.16-1) UNRELEASED; urgency=medium
+
+ * email-print-mime-structure: add a test suite (Closes: #945451).
+ Thanks to Daniel Kahn Gillmor for the patch series.
+ - Add <!nocheck> builddeps on
+ + diffutils
+ + python3
+ + python3-pgpy
+ + gpg
+ + gpg-agent
+ + mypy.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Mon, 25 Nov 2019 07:55:47 -0700
+
mailscripts (0.15-1) unstable; urgency=medium
* notmuch-extract-patch: when checking the reroll count, do not require
diff --git a/mailscripts.el b/mailscripts.el
index 9c51f73..6872dd6 100644
--- a/mailscripts.el
+++ b/mailscripts.el
@@ -1,7 +1,7 @@
;;; mailscripts.el --- functions to access tools in the mailscripts package
;; Author: Sean Whitton <spwhitton@spwhitton.name>
-;; Version: 0.15
+;; Version: 0.16
;; Package-Requires: (notmuch projectile)
;; Copyright (C) 2018, 2019 Sean Whitton