branch: externals/ivy
commit e33b028ed4b1258a211c87fd5fe801bed25de429
Author: Basil L. Contovounesios <ba...@contovou.net>
Commit: Basil L. Contovounesios <ba...@contovou.net>

    Bump version to point release 0.15.1
    
    * doc/ivy.org:
    * ivy-avy.el:
    * ivy-hydra.el:
    * ivy.el:
    * swiper.el:
    * counsel.el: Bump version to 0.15.1 (#3001).
    (counsel-prompt-function-dir, counsel-search-engines-alist): Update
    version tags to match.
    
    * doc/ivy.texi: Regenerate docs.
---
 counsel.el   | 8 ++++----
 doc/ivy.org  | 2 +-
 doc/ivy.texi | 2 +-
 ivy-avy.el   | 4 ++--
 ivy-hydra.el | 4 ++--
 ivy.el       | 2 +-
 swiper.el    | 4 ++--
 7 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/counsel.el b/counsel.el
index 5c5a8d1022..9aa7f1c535 100644
--- a/counsel.el
+++ b/counsel.el
@@ -5,8 +5,8 @@
 ;; Author: Oleh Krehel <ohwoeo...@gmail.com>
 ;; Maintainer: Basil L. Contovounesios <ba...@contovou.net>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.15.0
-;; Package-Requires: ((emacs "24.5") (ivy "0.15.0") (swiper "0.15.0"))
+;; Version: 0.15.1
+;; Package-Requires: ((emacs "24.5") (ivy "0.15.1") (swiper "0.15.1"))
 ;; Keywords: convenience, matching, tools
 
 ;; This file is part of GNU Emacs.
@@ -149,7 +149,7 @@ When NOERROR is non-nil, return nil instead of raising an 
error."
 
 (defun counsel-prompt-function-dir ()
   "Return prompt appended with the parent directory."
-  (declare (obsolete "it is no longer used." "0.16.0"))
+  (declare (obsolete "it is no longer used." "0.15.1"))
   (require 'esh-util)
   (let* ((dir (ivy-state-directory ivy-last))
          (parts (nthcdr 3 (funcall (if (fboundp 'eshell-split-filename)
@@ -7111,7 +7111,7 @@ SUGGEST is the URL to query for suggestions.
 BROWSE is the URL prefix for visiting the selected result.
 EXTRACT is a function that takes the object parsed from the SUGGEST
  endpoint and transforms it into a set of Ivy candidates."
-  :package-version '(counsel . "0.16.0")
+  :package-version '(counsel . "0.15.1")
   :type '(alist :key-type symbol :value-type (list string string function)))
 
 (defun counsel--search-request-data-google (data)
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-avy.el b/ivy-avy.el
index 355305f359..9585f015de 100644
--- a/ivy-avy.el
+++ b/ivy-avy.el
@@ -5,8 +5,8 @@
 ;; Author: Oleh Krehel <ohwoeo...@gmail.com>
 ;; Maintainer: Basil L. Contovounesios <ba...@contovou.net>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.15.0
-;; Package-Requires: ((emacs "24.5") (ivy "0.15.0") (avy "0.5.0"))
+;; Version: 0.15.1
+;; Package-Requires: ((emacs "24.5") (ivy "0.15.1") (avy "0.5.0"))
 ;; Keywords: convenience
 
 ;; This program is free software; you can redistribute it and/or modify
diff --git a/ivy-hydra.el b/ivy-hydra.el
index db07f5771e..dd58a489fb 100644
--- a/ivy-hydra.el
+++ b/ivy-hydra.el
@@ -5,8 +5,8 @@
 ;; Author: Oleh Krehel <ohwoeo...@gmail.com>
 ;; Maintainer: Basil L. Contovounesios <ba...@contovou.net>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.15.0
-;; Package-Requires: ((emacs "24.5") (ivy "0.15.0") (hydra "0.14.0"))
+;; Version: 0.15.1
+;; Package-Requires: ((emacs "24.5") (ivy "0.15.1") (hydra "0.14.0"))
 ;; Keywords: convenience
 
 ;; This file is part of GNU Emacs.
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
 
diff --git a/swiper.el b/swiper.el
index 359e463932..c35180e033 100644
--- a/swiper.el
+++ b/swiper.el
@@ -5,8 +5,8 @@
 ;; Author: Oleh Krehel <ohwoeo...@gmail.com>
 ;; Maintainer: Basil L. Contovounesios <ba...@contovou.net>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.15.0
-;; Package-Requires: ((emacs "24.5") (ivy "0.15.0"))
+;; Version: 0.15.1
+;; Package-Requires: ((emacs "24.5") (ivy "0.15.1"))
 ;; Keywords: matching
 
 ;; This file is part of GNU Emacs.

Reply via email to