diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2022-12-24 12:09:39 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2022-12-24 12:09:39 -0700 |
commit | 3f69d1912f91c6b1b51381de51f9a79f43f908ad (patch) | |
tree | 418a3aa7aebaa32efee5783326c0b9e630395fb9 | |
parent | 6a6053e5acbfd2cc24c4251e357608ff8cb8b6fa (diff) | |
download | mailscripts-master.tar.gz |
release mailscripts 28 (-1 to Debian unstable)HEADdebian/28-1archive/debian/28-128master
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | mailscripts.el | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 1ecdf0b..5fac014 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mailscripts (28-1) UNRELEASED; urgency=medium +mailscripts (28-1) unstable; urgency=medium * mailscripts.el: - new commands: mailscripts-git-format-patch-{attach,drafts,append} @@ -21,7 +21,7 @@ mailscripts (28-1) UNRELEASED; urgency=medium * Add & install a README, to both binary packages. * Tighten build-dep on python3-pgpy to require >= 0.5.4-4.1. - -- Sean Whitton <spwhitton@spwhitton.name> Sun, 18 Dec 2022 10:40:55 -0700 + -- Sean Whitton <spwhitton@spwhitton.name> Sat, 24 Dec 2022 12:09:07 -0700 mailscripts (27-1) unstable; urgency=medium diff --git a/mailscripts.el b/mailscripts.el index 32187df..15c135f 100644 --- a/mailscripts.el +++ b/mailscripts.el @@ -1,7 +1,7 @@ ;;; mailscripts.el --- utilities for handling mail on Unixes -*- lexical-binding: t; -*- ;; Author: Sean Whitton <spwhitton@spwhitton.name> -;; Version: 27 +;; Version: 28 ;; Package-Requires: (notmuch) ;; Copyright (C) 2018, 2019, 2020, 2022 Sean Whitton |