aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-10-07 22:50:16 -0400
committerKyle Meyer <kyle@kyleam.com>2018-10-07 22:50:16 -0400
commit0cadd2bbd20aae1555561e81ed72fec43ec7296e (patch)
tree7941649687e76e22ab0e58b3ff7a560ac797cde6
parent7ee9518f0ac25f602319aec5011b458500b2bbfb (diff)
downloadsnakemake-mode-0cadd2bbd20aae1555561e81ed72fec43ec7296e.tar.gz
Release 1.5.0v1.5.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 c7ac010..805c974 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
NEWS -- history of user-visible changes -*- mode: org; -*-
-* master (unreleased)
+* v1.5.0
** New features
diff --git a/snakemake-mode.el b/snakemake-mode.el
index b752dd9..23acc5c 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.4.0
+;; Version: 1.5.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