diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | snakemake-mode.el | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ NEWS -- history of user-visible changes -*- mode: org; -*- -* master (unreleased) +* v2.0.0 - Support for Emacs versions older than 26.1 has been dropped. diff --git a/snakemake-mode.el b/snakemake-mode.el index 8694762..d7373f4 100644 --- a/snakemake-mode.el +++ b/snakemake-mode.el @@ -5,7 +5,7 @@ ;; Author: Kyle Meyer <kyle@kyleam.com> ;; URL: https://git.kyleam.com/snakemake-mode/about ;; Keywords: tools -;; Version: 1.8.0 +;; Version: 2.0.0 ;; Package-Requires: ((emacs "26.1") (transient "0.3.0")) ;; This program is free software; you can redistribute it and/or modify |