aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-09-11 23:08:56 -0400
committerKyle Meyer <kyle@kyleam.com>2019-09-11 23:08:56 -0400
commit239b0c812b6963877d64c7051128353f2b9bcb55 (patch)
tree6c0130360d91fea057a14a7ec670c1ae48b715f5
parent8ba186e46cec3906b9d4d6d61248a4c2f7a5963c (diff)
downloadsnakemake-mode-239b0c812b6963877d64c7051128353f2b9bcb55.tar.gz
Release 1.6.0v1.6.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 a8baf33..ab3d475 100644
--- a/NEWS
+++ b/NEWS
@@ -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