Skip to content

Commit

Permalink
update docs to reflect 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eharkins committed Dec 13, 2019
1 parent d3365b2 commit 4624039
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes for seqmagick
=====================

0.8.0
-----

* Supports Python 3.5+
* Drops support for Python 3.4
* Fix issue: "seqmagick with no params gives KeyError:None" [GH-77]
* Fix for Biopython 1.71 dual coding support [GH-76]; also fixes issue: "Translation error with new BioPython" [GH-79]
* Send logging to stderr, not stdout [GH-75]

0.7.0
-----

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ To install the bleeding edge version::

pip install git+https://github.com/fhcrc/seqmagick.git@master#egg-info=seqmagick

Note that as of version 0.7.0, this package requires Python 3.4+. If
Note that as of version 0.8.0, this package requires Python 3.5+. If
you want to use the most recent version compatible with Python 2.7::

pip install seqmagick==1.6.2
pip install seqmagick==0.6.2

Use
===
Expand Down

0 comments on commit 4624039

Please sign in to comment.