Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jul 4, 2020
1 parent 857549e commit 9b86895
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### BioBlend v0.14.0 - unreleased
### BioBlend v0.14.0 - 2020-07-04

* Dropped support Python 2.7. Dropped support for Galaxy releases 14.10-17.05.
Added support for Python 3.8. Added support for Galaxy releases 19.09, 20.01
and 20.05.
* Dropped support for Python 2.7. Dropped support for Galaxy releases
14.10-17.05. Added support for Python 3.8. Added support for Galaxy releases
19.09, 20.01 and 20.05.

* Added a new ``invocations`` attribute to ``GalaxyInstance`` objects, which is
an instance of the new ``InvocationClient`` class. This new module can be used
Expand Down
2 changes: 1 addition & 1 deletion bioblend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
)

# Current version of the library
__version__ = '0.13.0'
__version__ = '0.14.0'

# default chunk size (in bytes) for reading remote data
try:
Expand Down

0 comments on commit 9b86895

Please sign in to comment.