From f568083014664cc63eb942ee04a925634527793e Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Tue, 1 Oct 2024 12:37:57 +0200 Subject: [PATCH] Release version 4.0.2 --- CHANGELOG | 4 ++++ docs/epkg.org | 4 ++-- docs/epkg.texi | 4 ++-- lisp/epkg.el | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d001f70..36aef13 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,8 @@ # -*- mode: org -*- +* v4.0.2 2024-10-01 + +Thoughts and whitespace. + * v4.0.1 2024-09-01 - Added new variable ~epkg--override-connection-class~. Users should diff --git a/docs/epkg.org b/docs/epkg.org index 97a2eb7..c0e2de7 100644 --- a/docs/epkg.org +++ b/docs/epkg.org @@ -7,7 +7,7 @@ #+texinfo_dir_category: Emacs #+texinfo_dir_title: Epkg: (epkg). #+texinfo_dir_desc: Browse the Emacsmirror's database -#+subtitle: for version 4.0.1 +#+subtitle: for version 4.0.2 #+setupfile: .orgconfig @@ -15,7 +15,7 @@ With Epkg you can browse the Emacsmirror package database using an interface similar to that of ~package.el~. #+texinfo: @noindent -This manual is for Epkg version 4.0.1. +This manual is for Epkg version 4.0.2. #+texinfo: @insertcopying :END: diff --git a/docs/epkg.texi b/docs/epkg.texi index 0b06e07..e014bf6 100644 --- a/docs/epkg.texi +++ b/docs/epkg.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Epkg User Manual -@subtitle for version 4.0.0 +@subtitle for version 4.0.2 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -48,7 +48,7 @@ With Epkg you can browse the Emacsmirror package database using an interface similar to that of @code{package.el}. @noindent -This manual is for Epkg version 4.0.0. +This manual is for Epkg version 4.0.2. @insertcopying @end ifnottex diff --git a/lisp/epkg.el b/lisp/epkg.el index c7e877e..b7cd072 100644 --- a/lisp/epkg.el +++ b/lisp/epkg.el @@ -6,7 +6,7 @@ ;; Homepage: https://github.com/emacscollective/epkg ;; Keywords: tools -;; Package-Version: 4.0.1 +;; Package-Version: 4.0.2 ;; Package-Requires: ( ;; (emacs "26.1") ;; (compat "30.0.0.0")