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

    Release Dash 2.20.0
    
    Re: https://bugs.gnu.org/76618.
    
    * NEWS.md (2.20.0): Fix typo.
    * dash.el: Bump Version to 2.20.0.
    * README.md:
    * dash.texi: Regenerate docs.
---
 NEWS.md   | 5 +++--
 README.md | 2 +-
 dash.el   | 2 +-
 dash.texi | 2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index 414cd26fa8..537ded8626 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -51,8 +51,9 @@ See the end of the file for license conditions.
 - New function `-frequencies` that takes a list and counts how many
   times each distinct element occurs in it (suggested by @ebpa, #209,
   #214, #399).
-- New functions `-zip-lists-fill` and `-unzip-lists` which are better
-  behaved versions of `-zip-fill` and `-unzip`, respectively (#400).
+- New functions `-zip-lists-fill` and `-unzip-lists` which are
+  better-behaved versions of `-zip-fill` and `-unzip`, respectively
+  (#400).
 
 ### From 2.19.0 to 2.19.1
 
diff --git a/README.md b/README.md
index 2f41b91708..04070744e8 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ 
Libraries")`](https://gnu.org/software/emacs/manual/html_node/emacs/Lisp-Librari
 
 Add something like this to the library's headers:
 
-    ;; Package-Requires: ((dash "2.19.1"))
+    ;; Package-Requires: ((dash "2.20.0"))
 
 See [`(info "(elisp) Library
 
Headers")`](https://gnu.org/software/emacs/manual/html_node/elisp/Library-Headers.html).
diff --git a/dash.el b/dash.el
index 0eead59934..f7c12b0afb 100644
--- a/dash.el
+++ b/dash.el
@@ -4,7 +4,7 @@
 
 ;; Author: Magnar Sveen <magn...@gmail.com>
 ;; Maintainer: Basil L. Contovounesios <ba...@contovou.net>
-;; Version: 2.19.1
+;; Version: 2.20.0
 ;; Package-Requires: ((emacs "24"))
 ;; Keywords: extensions, lisp
 ;; URL: https://github.com/magnars/dash.el
diff --git a/dash.texi b/dash.texi
index 9bf6110e16..fc05cd7266 100644
--- a/dash.texi
+++ b/dash.texi
@@ -1,7 +1,7 @@
 \input texinfo    @c -*- texinfo -*-
 @c %**start of header
 @setfilename dash.info
-@set DASHVER 2.19.1
+@set DASHVER 2.20.0
 @settitle Dash: A modern list library for GNU Emacs.
 @documentencoding UTF-8
 @documentlanguage en

Reply via email to