Skip to content

Commit

Permalink
Bump to 3.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
thierryvolpiatto committed Dec 9, 2023
1 parent 2d41cd8 commit b04272a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions NEWS.org
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion helm-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions helm.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b04272a

Please sign in to comment.