branch: elpa/magit
commit 78334faa219e937855cd4bf7d9c2ab44d51b2dfa
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
Next release will be 4.4.0
At least.
---
CHANGELOG | 2 +-
lisp/magit-files.el | 2 +-
lisp/magit-git.el | 2 +-
lisp/magit-worktree.el | 6 +++---
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG b/CHANGELOG
index dcd2638bf1c..24c21b11376 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,5 @@
# -*- mode: org -*-
-* v4.3.9 UNRELEASED
+* v4.4.0 UNRELEASED
- At least Emacs 28.1 is required now. Emacs 30.1 was released
earlier this year, so we do actually continue to support Emacs
diff --git a/lisp/magit-files.el b/lisp/magit-files.el
index cc9ac286e7c..2fa95ad7621 100644
--- a/lisp/magit-files.el
+++ b/lisp/magit-files.el
@@ -602,7 +602,7 @@ If DEFAULT is non-nil, use this as the default value
instead of
'magit-file-unstage "Magit 4.3.2")
(define-obsolete-function-alias 'magit-find-file-noselect-1
- 'magit-find-file-noselect "Magit 4.3.9")
+ 'magit-find-file-noselect "Magit 4.4.0")
(provide 'magit-files)
;; Local Variables:
diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index 4284042cea8..60d6a592e0d 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -198,7 +198,7 @@ This controls which refs are returned by `magit-list-refs',
which
is called by functions like `magit-list-branch-names' to generate
the collection of refs. Additionally namespaces appear in the same
order as specified here."
- :package-version '(magit . "4.3.9")
+ :package-version '(magit . "4.4.0")
:group 'magit-commands
:type '(repeat string))
diff --git a/lisp/magit-worktree.el b/lisp/magit-worktree.el
index f187e0cadd8..5bd97d9ac84 100644
--- a/lisp/magit-worktree.el
+++ b/lisp/magit-worktree.el
@@ -36,7 +36,7 @@
This is called with two arguments, the prompt and the branch to be
checked out. When not checking out a branch then use nil for the
second argument."
- :package-version '(magit . "4.3.9")
+ :package-version '(magit . "4.4.0")
:group 'magit-commands
:type `(radio (function-item ,#'magit-read-worktree-directory)
(function-item ,#'magit-read-worktree-directory-nested)
@@ -49,7 +49,7 @@ second argument."
"Base directory used by `magit-read-worktree-directory-offsite'.
That function is suitable as `magit-read-worktree-directory-function',
but is not used by default."
- :package-version '(magit . "4.3.9")
+ :package-version '(magit . "4.4.0")
:group 'magit-commands
:type 'directory)
@@ -57,7 +57,7 @@ but is not used by default."
"Like `magit-read-worktree-directory-function' but takes only one argument.")
(make-obsolete-variable 'magit-worktree-read-directory-name-function
'magit-read-worktree-directory-function
- "Magit 4.3.9")
+ "Magit 4.4.0")
;;; Functions