Skip to content

Commit

Permalink
prepare for 0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Sep 3, 2019
1 parent c28b166 commit 10d5104
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.2.1 (2019/08/29):
Use doc_type key in metadata to generate client without having to specific biothings_type (#6).
Have a more consistent user-agent pattern (#7).
Fixed the issue when passed query terms contains white spaces in querymany method (#8).
Added warning when as_dataframe set to True and fetch_all is True (#9).

v0.2.0 (2018/12/14):
Added client-specific doc-strings to match with current mygene.py and myvariant.py clients.
Enhanced support for MyChem.info client (using `get_client("chem")` or `get_client("drug")`)
Expand Down
2 changes: 1 addition & 1 deletion biothings_client/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
caching_avail = False


__version__ = '0.2.0'
__version__ = '0.2.1'


class ScanError(Exception):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ def read(fname):

setup(
name="biothings_client",
version="0.2.0",
author="Cyrus Afrasiabi, Chunlei Wu",
version="0.2.1",
author="Cyrus Afrasiabi, Xinghua Zhou, Chunlei Wu",
author_email="cwu@scripps.edu",
description="Python Client for BioThings API services.",
license="BSD",
Expand Down

0 comments on commit 10d5104

Please sign in to comment.