summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-02-22 21:18:44 -0500
committerKyle Meyer <kyle@kyleam.com>2022-02-22 21:18:44 -0500
commit78abd82f34a71b3fff7aa869de1b07a082f1f351 (patch)
treede146cf6f7129043092ca6967a5b16977dac80db
parent4e86b4cd2462ba45fd5fa991f12910b1fcb18e91 (diff)
downloadsnakemake-mode-2.0.0.tar.gz (sig)
Release 2.0.0v2.0.0
-rw-r--r--NEWS2
-rw-r--r--snakemake-mode.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fe29839..5afccb6 100644
--- a/NEWS
+++ b/NEWS
@@ -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