emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/counsel 8cf3f18 1/3: Bump version to point release 0.13


From: Basil L. Contovounesios
Subject: [elpa] externals/counsel 8cf3f18 1/3: Bump version to point release 0.13.4
Date: Wed, 10 Mar 2021 12:55:40 -0500 (EST)

branch: externals/counsel
commit 8cf3f1821cbd1c266296bbd5e59582ae6b8b90a6
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@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
    
    * counsel.el:
    * ivy-avy.el:
    * ivy-hydra.el:
    * ivy.el:
    * swiper.el:
    * doc/ivy.org: Bump version to point release 0.13.4.
    * doc/ivy.texi: Regenerate.
---
 counsel.el   | 4 ++--
 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, 11 insertions(+), 11 deletions(-)

diff --git a/counsel.el b/counsel.el
index 42beae4..68246ef 100644
--- a/counsel.el
+++ b/counsel.el
@@ -4,8 +4,8 @@
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.13.3
-;; Package-Requires: ((emacs "24.5") (ivy "0.13.3") (swiper "0.13.3"))
+;; Version: 0.13.4
+;; Package-Requires: ((emacs "24.5") (ivy "0.13.4") (swiper "0.13.4"))
 ;; Keywords: convenience, matching, tools
 
 ;; This file is part of GNU Emacs.
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-avy.el b/ivy-avy.el
index 282d9bc..e4c97b4 100644
--- a/ivy-avy.el
+++ b/ivy-avy.el
@@ -4,8 +4,8 @@
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.13.3
-;; Package-Requires: ((emacs "24.5") (ivy "0.13.3") (avy "0.5.0"))
+;; Version: 0.13.4
+;; Package-Requires: ((emacs "24.5") (ivy "0.13.4") (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 30b2c17..8f7b34b 100644
--- a/ivy-hydra.el
+++ b/ivy-hydra.el
@@ -4,8 +4,8 @@
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.13.3
-;; Package-Requires: ((emacs "24.5") (ivy "0.13.3") (hydra "0.15.0"))
+;; Version: 0.13.4
+;; Package-Requires: ((emacs "24.5") (ivy "0.13.4") (hydra "0.15.0"))
 ;; Keywords: convenience
 
 ;; This file is part of GNU Emacs.
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 <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.13.3
+;; Version: 0.13.4
 ;; Package-Requires: ((emacs "24.5"))
 ;; Keywords: matching
 
diff --git a/swiper.el b/swiper.el
index afbc365..39f6bfc 100644
--- a/swiper.el
+++ b/swiper.el
@@ -4,8 +4,8 @@
 
 ;; Author: Oleh Krehel <ohwoeowho@gmail.com>
 ;; URL: https://github.com/abo-abo/swiper
-;; Version: 0.13.3
-;; Package-Requires: ((emacs "24.5") (ivy "0.13.3"))
+;; Version: 0.13.4
+;; Package-Requires: ((emacs "24.5") (ivy "0.13.4"))
 ;; Keywords: matching
 
 ;; This file is part of GNU Emacs.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]