diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-09-11 23:08:56 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-09-11 23:08:56 -0400 |
commit | 239b0c812b6963877d64c7051128353f2b9bcb55 (patch) | |
tree | 6c0130360d91fea057a14a7ec670c1ae48b715f5 | |
parent | 8ba186e46cec3906b9d4d6d61248a4c2f7a5963c (diff) | |
download | snakemake-mode-1.6.0.tar.gz |
Release 1.6.0v1.6.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; -*- -* master (unreleased) +* v1.6.0 ** New features diff --git a/snakemake-mode.el b/snakemake-mode.el index e8fe45f..b8f5476 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.5.0 +;; Version: 1.6.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 |