Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad committed Mar 7, 2016
2 parents 94d1ad9 + a3fdc03 commit 8f514ff
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.3.8 (2016-03-07)
- Add support for centered approach in coverage and gene_quanti
(by Thorsten Bischler)
- Fix bar chart creation in viz_gene_quanti (by Thorsten Bischler)
- Fix style for matplotlib
- Fix MA plots
v0.3.8 (2016-03-03)
- Add last base coverage option (by Thorsten Bischler)
- Numerous fixes (several from Thorsten Bischler)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[![Latest Version](https://img.shields.io/pypi/v/reademption.svg)](https://pypi.python.org/pypi/READemption/)
[![License](https://img.shields.io/pypi/l/reademption.svg)](https://pypi.python.org/pypi/READemption/)
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.19294.svg)](http://dx.doi.org/10.5281/zenodo.19294)
[![DOI](https://zenodo.org/badge/2756/konrad/READemption.svg)](https://zenodo.org/badge/latestdoi/2756/konrad/READemption)


About
-----
Expand Down
2 changes: 1 addition & 1 deletion bin/reademption
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ __author__ = "Konrad Foerstner <[email protected]>"
__copyright__ = "2011-2016 by Konrad Foerstner <[email protected]>"
__license__ = "ISC license"
__email__ = "[email protected]"
__version__ = "0.3.8"
__version__ = "0.3.9"


def main():
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
release = '0.3.8'
release = '0.3.9'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='READemption',
version='0.3.8',
version='0.3.9',
packages=['reademptionlib', 'tests'],
author='Konrad U. Förstner',
author_email='[email protected]',
Expand Down

0 comments on commit 8f514ff

Please sign in to comment.