diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-02-22 12:10:15 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-02-22 12:10:15 -0500 |
commit | 701f970bfb48d2f7abb241b9f69127ff5b667c76 (patch) | |
tree | 9af9163377a3865a0cb05abeb9d086add202a8f3 | |
parent | 258b15c5e4aa6f49fb26ffc660bf523aeb927aaf (diff) | |
download | snakemake-mode-701f970bfb48d2f7abb241b9f69127ff5b667c76.tar.gz |
Release 1.7.0v1.7.0
-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; -*- -* 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 |