branch: externals/ivy commit d63d52f140105d4a072fbc18f1405ab8313a4cd5 Author: Basil L. Contovounesios <ba...@contovou.net> Commit: Basil L. Contovounesios <ba...@contovou.net>
Bump version to point release 0.15.1 * ivy.el: * doc/ivy.org: Bump version to 0.15.1 (#3001). * doc/ivy.texi: Regenerate docs. --- 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 b0b9d4a418..8a7c0582b0 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.15.0 +Ivy manual, version 0.15.1 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 0752d49e81..be3c1e1ed8 100644 --- a/doc/ivy.texi +++ b/doc/ivy.texi @@ -8,7 +8,7 @@ @copying @ifnottex -Ivy manual, version 0.15.0 +Ivy manual, version 0.15.1 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 5a221bc395..063c9eee59 100644 --- a/ivy.el +++ b/ivy.el @@ -5,7 +5,7 @@ ;; Author: Oleh Krehel <ohwoeo...@gmail.com> ;; Maintainer: Basil L. Contovounesios <ba...@contovou.net> ;; URL: https://github.com/abo-abo/swiper -;; Version: 0.15.0 +;; Version: 0.15.1 ;; Package-Requires: ((emacs "24.5")) ;; Keywords: matching