branch: elpa/helm
commit b04272a53e5b2db1fc7724d4ba84e51fd20e9c4f
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Bump to 3.9.7
---
NEWS.org | 4 ++++
helm-core.el | 2 +-
helm.el | 4 ++--
3 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index be8e9c96bc..9e75466772 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -2,6 +2,10 @@
* NEWS
+** Version 3.9.7
+
+*** Fix package-requires in helm.el
+
** Version 3.9.6
*** Fix bug with helm-mm-exact-search (bug#2616)
diff --git a/helm-core.el b/helm-core.el
index c165fcd89c..bcc511b0ae 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -4,7 +4,7 @@
;; Author: Thierry Volpiatto <[email protected]>
;; URL: https://emacs-helm.github.io/helm/
-;; Version: 3.9.6
+;; Version: 3.9.7
;; Package-Requires: ((emacs "25.1") (async "1.9.7"))
;; This program is free software; you can redistribute it and/or modify
diff --git a/helm.el b/helm.el
index b2e0e6465f..1a0ade5349 100644
--- a/helm.el
+++ b/helm.el
@@ -11,9 +11,9 @@
;; Thierry Volpiatto
;; Author: Thierry Volpiatto <[email protected]>
-;; Version: 3.9.6
+;; Version: 3.9.7
;; URL: https://emacs-helm.github.io/helm/
-;; Package-Requires: ((helm-core "3.9.6") (wfnames "1.1") (popup "0.5.3"))
+;; Package-Requires: ((helm-core "3.9.7") (wfnames "1.1") (popup "0.5.3"))
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by