summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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