Skip to content

Commit

Permalink
DOC: Updating changelog + version number for minor release (#221)
Browse files Browse the repository at this point in the history
* DOC: Updating changelog

* Update CHANGELOG.md
  • Loading branch information
mortonjt authored Jul 20, 2017
1 parent 38e29cf commit 0f1d7df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# gneiss changelog

## Version 0.4.1
* Added colorbar for heatmap
* Decoupled qiime2 from gneiss. All qiime2 commands have now been ported to [q2-gneiss](https://github.com/qiime2/q2-gneiss)

## Version 0.4.0
* Accelerated the ordinary least squares regression
Expand Down
2 changes: 1 addition & 1 deletion gneiss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# The full license is in the file COPYING.txt, distributed with this software.
# ----------------------------------------------------------------------------

__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit 0f1d7df

Please sign in to comment.