aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-02-22 12:10:15 -0500
committerKyle Meyer <kyle@kyleam.com>2020-02-22 12:10:15 -0500
commit701f970bfb48d2f7abb241b9f69127ff5b667c76 (patch)
tree9af9163377a3865a0cb05abeb9d086add202a8f3
parent258b15c5e4aa6f49fb26ffc660bf523aeb927aaf (diff)
downloadsnakemake-mode-701f970bfb48d2f7abb241b9f69127ff5b667c76.tar.gz
Release 1.7.0v1.7.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 8b7e817..666f816 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
NEWS -- history of user-visible changes -*- mode: org; -*-
-* unreleased
+* v1.7.0
- The 'multiext' built-in (new in Snakemake v5.8.2) is now recognized.
diff --git a/snakemake-mode.el b/snakemake-mode.el
index 255985c..09e615a 100644
--- a/snakemake-mode.el
+++ b/snakemake-mode.el
@@ -5,7 +5,7 @@
;; Author: Kyle Meyer <kyle@kyleam.com>
;; URL: https://github.com/kyleam/snakemake-mode
;; Keywords: tools
-;; Version: 1.6.0
+;; Version: 1.7.0
;; Package-Requires: ((emacs "24.5") (cl-lib "0.5") (magit-popup "2.4.0"))
;; This program is free software; you can redistribute it and/or modify