summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-12-14 16:50:20 -0500
committerKyle Meyer <kyle@kyleam.com>2014-12-14 16:50:20 -0500
commit43ae950e3da0f76a0193d9e56c4ee0391f80f314 (patch)
tree1248dc2ea2537ff23f19dc1f94ff8e181141a367
parentdca894e598cc5206c155f6641883a2ea4e77860f (diff)
downloadsnakemake-mode-43ae950e3da0f76a0193d9e56c4ee0391f80f314.tar.gz
Bump versionv0.2.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 f5483f1..8684380 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
# -*- mode: org -*-
-* Master (unreleased)
+* v0.2.0
** New features
diff --git a/snakemake-mode.el b/snakemake-mode.el
index c5448c3..112984e 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: 0.1.0
+;; Version: 0.2.0
;; Package-Requires: ((emacs "24"))
;; This program is free software; you can redistribute it and/or modify