[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/magit bf58615a03 4/4: Release version 4.3.2
From: |
Jonas Bernoulli |
Subject: |
[nongnu] elpa/magit bf58615a03 4/4: Release version 4.3.2 |
Date: |
Tue, 1 Apr 2025 16:36:32 -0400 (EDT) |
branch: elpa/magit
commit bf58615a033b8c827bf630962531c67539789215
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
Release version 4.3.2
---
CHANGELOG | 2 +-
docs/magit-section.org | 4 ++--
docs/magit-section.texi | 4 ++--
docs/magit.org | 4 ++--
docs/magit.texi | 4 ++--
lisp/magit-section.el | 2 +-
lisp/magit.el | 4 ++--
7 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index 94deda2c8b..0b8b5285d9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
# -*- mode: org -*-
-* v4.3.2 UNRELEASED
+* v4.3.2 2025-04-01
- Removed legacy options ~magit-wip-*-mode-lighter~. 225ea6fd00
diff --git a/docs/magit-section.org b/docs/magit-section.org
index 85f5d6aeda..4bc7dea3f4 100644
--- a/docs/magit-section.org
+++ b/docs/magit-section.org
@@ -7,7 +7,7 @@
#+texinfo_dir_category: Emacs
#+texinfo_dir_title: Magit-Section: (magit-section).
#+texinfo_dir_desc: Use Magit sections in your own packages.
-#+subtitle: for version 4.3.1
+#+subtitle: for version 4.3.2
#+setupfile: .orgconfig
@@ -21,7 +21,7 @@ user options see [[info:magit#Sections]]. This manual
documents how you
can use sections in your own packages.
#+texinfo: @noindent
-This manual is for Magit-Section version 4.3.1.
+This manual is for Magit-Section version 4.3.2.
#+texinfo: @insertcopying
:END:
diff --git a/docs/magit-section.texi b/docs/magit-section.texi
index c5ba12398b..a922cacab1 100644
--- a/docs/magit-section.texi
+++ b/docs/magit-section.texi
@@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Magit-Section Developer Manual
-@subtitle for version 4.3.1
+@subtitle for version 4.3.2
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -54,7 +54,7 @@ user options see @ref{Sections,,,magit,}. This manual
documents how you
can use sections in your own packages.
@noindent
-This manual is for Magit-Section version 4.3.1.
+This manual is for Magit-Section version 4.3.2.
@insertcopying
@end ifnottex
diff --git a/docs/magit.org b/docs/magit.org
index ea86633e87..db431592ac 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -7,7 +7,7 @@
#+texinfo_dir_category: Emacs
#+texinfo_dir_title: Magit: (magit).
#+texinfo_dir_desc: Using Git from Emacs with Magit.
-#+subtitle: for version 4.3.1
+#+subtitle: for version 4.3.2
#+setupfile: .orgconfig
@@ -24,7 +24,7 @@ directly from within Emacs. While many fine Git clients
exist, only
Magit and Git itself deserve to be called porcelains.
#+texinfo: @noindent
-This manual is for Magit version 4.3.1.
+This manual is for Magit version 4.3.2.
#+texinfo: @insertcopying
:END:
diff --git a/docs/magit.texi b/docs/magit.texi
index 14c6f21e92..e07e147787 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Magit User Manual
-@subtitle for version 4.3.1
+@subtitle for version 4.3.2
@author Jonas Bernoulli
@page
@vskip 0pt plus 1filll
@@ -53,7 +53,7 @@ directly from within Emacs. While many fine Git clients
exist, only
Magit and Git itself deserve to be called porcelains.
@noindent
-This manual is for Magit version 4.3.1.
+This manual is for Magit version 4.3.2.
@insertcopying
@end ifnottex
diff --git a/lisp/magit-section.el b/lisp/magit-section.el
index 065423bdd5..e94c98321e 100644
--- a/lisp/magit-section.el
+++ b/lisp/magit-section.el
@@ -8,7 +8,7 @@
;; Homepage: https://github.com/magit/magit
;; Keywords: tools
-;; Package-Version: 4.3.1
+;; Package-Version: 4.3.2
;; Package-Requires: (
;; (emacs "27.1")
;; (compat "30.0.2.0")
diff --git a/lisp/magit.el b/lisp/magit.el
index 1adfc26e84..b240b9436a 100644
--- a/lisp/magit.el
+++ b/lisp/magit.el
@@ -17,12 +17,12 @@
;; Homepage: https://github.com/magit/magit
;; Keywords: git tools vc
-;; Package-Version: 4.3.1
+;; Package-Version: 4.3.2
;; Package-Requires: (
;; (emacs "27.1")
;; (compat "30.0.2.0")
;; (llama "0.6.2")
-;; (magit-section "4.3.1")
+;; (magit-section "4.3.2")
;; (seq "2.24")
;; (transient "0.8.7")
;; (with-editor "3.4.3"))