diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-04-06 20:36:11 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-04-06 20:36:11 -0400 |
commit | 15803162483e635f3e22b2efea33ccad725e0535 (patch) | |
tree | c4aef2c010f3b106166968ad92b7d46a11a43a7b | |
parent | 83323d47463a5c0597c9eef4f22d2d833314bd54 (diff) | |
download | snakemake-mode-902030e0d625111d3779f089ea4c69471da90466.tar.gz |
Bump versionv1.2.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.2.0 ** New features diff --git a/snakemake-mode.el b/snakemake-mode.el index 7ec884f..e809089 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.1.0 +;; Version: 1.2.0 ;; Package-Requires: ((emacs "24") (cl-lib "0.5") (magit-popup "2.4.0")) ;; This program is free software; you can redistribute it and/or modify |