Skip to content

Commit

Permalink
Set version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad committed Jul 12, 2014
1 parent 76048e8 commit c60c6cf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
v0.3.2 (2014-07-12)
- Add quality trimming and adapter clipping (for reviewer Matt
MacManes)
- Update documentation
v0.3.1 (2014-07-05)
- Add live / installation image (thanks anonymous reviewer #1)
- Add support for Fastq read files (thanks anonymous reviewer #3)
- Extend CLI documentation (thanks reviewer Matt MacManes)
- Add live / installation image (for anonymous reviewer #1)
- Add support for Fastq read files (for anonymous reviewer #3)
- Extend CLI documentation (for reviewer Matt MacManes)
- Fix/extend online documentation (thanks for help re. OS X to Lei Li
and the feedback to Petya Zhelyazkova)
v0.3.0 (2014-05-18)
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-2014 by Konrad Foerstner <[email protected]>"
__license__ = "ISC license"
__email__ = "[email protected]"
__version__ = "0.3.1"
__version__ = "0.3.2"

def main():
parser = argparse.ArgumentParser()
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.1'
release = '0.3.2'

# 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.1',
version='0.3.2',
packages=['reademptionlib', 'tests'],
author='Konrad U. Förstner',
author_email='[email protected]',
Expand Down

0 comments on commit c60c6cf

Please sign in to comment.