From bc969a7bd0d6787a52a1517c4b23731a2b68c147 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 1 Sep 2024 01:05:40 +0200 Subject: [PATCH] Release version 4.1.0 --- CHANGELOG | 2 +- docs/ghub.org | 4 ++-- docs/ghub.texi | 4 ++-- lisp/ghub.el | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6b05a7b..c5e308f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,5 @@ # -*- mode: org -*- -* v4.1.0 UNRELEASED +* v4.1.0 2024-09-01 - Updated tooling. diff --git a/docs/ghub.org b/docs/ghub.org index bb95d0a..88e0af7 100644 --- a/docs/ghub.org +++ b/docs/ghub.org @@ -7,7 +7,7 @@ #+texinfo_dir_category: Emacs #+texinfo_dir_title: Ghub: (ghub). #+texinfo_dir_desc: Client library for the Github API. -#+subtitle: for version 4.0.0 +#+subtitle: for version 4.1.0 #+setupfile: .orgconfig @@ -15,7 +15,7 @@ Ghub is an Emacs library that is used by various packages to access the APIs of various instances of various Git forge implementations. #+texinfo: @noindent -This manual is for Ghub version 4.0.0. +This manual is for Ghub version 4.1.0. #+texinfo: @insertcopying :END: diff --git a/docs/ghub.texi b/docs/ghub.texi index 69f8c5f..08e6b3e 100644 --- a/docs/ghub.texi +++ b/docs/ghub.texi @@ -31,7 +31,7 @@ General Public License for more details. @finalout @titlepage @title Ghub User and Developer Manual -@subtitle for version 4.0.0 +@subtitle for version 4.1.0 @author Jonas Bernoulli @page @vskip 0pt plus 1filll @@ -48,7 +48,7 @@ Ghub is an Emacs library that is used by various packages to access the APIs of various instances of various Git forge implementations. @noindent -This manual is for Ghub version 4.0.0. +This manual is for Ghub version 4.1.0. @insertcopying @end ifnottex diff --git a/lisp/ghub.el b/lisp/ghub.el index f64c4f0..7cb6236 100644 --- a/lisp/ghub.el +++ b/lisp/ghub.el @@ -6,7 +6,7 @@ ;; Homepage: https://github.com/magit/ghub ;; Keywords: tools -;; Package-Version: 4.0.0 +;; Package-Version: 4.1.0 ;; Package-Requires: ( ;; (emacs "26.3") ;; (compat "30.0.0.0")