branch: externals/ivy commit 3595d5a24efb86e4484ad64a760555f14c4e8efc Author: Basil L. Contovounesios <conto...@tcd.ie> Commit: Basil L. Contovounesios <conto...@tcd.ie>
Bump version to point release 0.13.4 The last version bump was introduced in elpa.git via a git-merge, which isn't supported by its version change detection scripts. This version bump is introduced without any merges, to finally bring the packages on elpa.gnu.org up to speed. See the following discussion: https://lists.gnu.org/r/emacs-devel/2021-02/msg01935.html https://lists.gnu.org/r/emacs-devel/2021-03/msg00490.html * ivy.el: * doc/ivy.org: Bump version to point release 0.13.4. * doc/ivy.texi: Regenerate. --- doc/ivy.org | 2 +- doc/ivy.texi | 2 +- ivy.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ivy.org b/doc/ivy.org index d37ba36..dd67060 100644 --- a/doc/ivy.org +++ b/doc/ivy.org @@ -58,7 +58,7 @@ ivy-ox.el then ~C-c C-e i t~ in the ivy.org buffer. :CUSTOM_ID: copying :END: #+TEXINFO: @ifnottex -Ivy manual, version 0.13.3 +Ivy manual, version 0.13.4 Ivy is an interactive interface for completion in Emacs. Emacs uses completion mechanism in a variety of contexts: code, menus, commands, diff --git a/doc/ivy.texi b/doc/ivy.texi index fa1d21c..815fac2 100644 --- a/doc/ivy.texi +++ b/doc/ivy.texi @@ -8,7 +8,7 @@ @copying @ifnottex -Ivy manual, version 0.13.3 +Ivy manual, version 0.13.4 Ivy is an interactive interface for completion in Emacs. Emacs uses completion mechanism in a variety of contexts: code, menus, commands, diff --git a/ivy.el b/ivy.el index 36188e1..48ffa66 100644 --- a/ivy.el +++ b/ivy.el @@ -4,7 +4,7 @@ ;; Author: Oleh Krehel <ohwoeo...@gmail.com> ;; URL: https://github.com/abo-abo/swiper -;; Version: 0.13.3 +;; Version: 0.13.4 ;; Package-Requires: ((emacs "24.5")) ;; Keywords: matching