Skip to content

Commit

Permalink
fix: update findlike requirement to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoarine committed Jul 19, 2023
1 parent 7b7643c commit 456b8b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions org-similarity.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Bruno Arine <bruno.arine@runbox.com>
;; URL: https://github.com/brunoarine/org-similarity

;; Version: 2.2.0
;; Version: 2.2.1
;; Package-Requires: ((emacs "26.1"))
;; Keywords: matching, outlines, wp, org

Expand Down Expand Up @@ -44,7 +44,7 @@
:link '(url-link :tag "GitHub" "https://github.com/brunoarine/org-similarity")
:link '(emacs-commentary-link :tag "Commentary" "org-similarity"))

(defconst org-similarity-version "2.2.0"
(defconst org-similarity-version "2.2.1"
"The current version of ORG-SIMILARITY.")

(defcustom org-similarity-language
Expand Down Expand Up @@ -149,7 +149,7 @@ If nul, org-similarity will use a venv inside `emacs-local-directory'."
"Name of the buffer used for installing org-similarity dependencies.")

(defvar org-similarity--findlike-pkg-version
"findlike==1.4.1"
"findlike==1.4.2"
"`findlike' package version to be installed.")

(defun org-similarity--system-python-available-p ()
Expand Down

0 comments on commit 456b8b1

Please sign in to comment.