Skip to content

Commit

Permalink
build: prepare for v0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Nov 13, 2023
1 parent f817e78 commit cb52ab5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.3.1 (2023/11/13)
Use https URL for all BioThings APIs by default (thanks @@skumar951)
Added use_http and use_https methods for easy switch
Remove deprecated filter param
Set log level for biothings_client only (thanks @simonvh)

v0.3.0 (2022/03/18)
Added support for the new MyGeneset.info API (#26)
Support using biothing_type metadata as a single value list (#28)
Expand Down
2 changes: 1 addition & 1 deletion biothings_client/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
caching_avail = False


__version__ = "0.3.0"
__version__ = "0.3.1"

logger = logging.getLogger("biothings.client")
if is_py27:
Expand Down

0 comments on commit cb52ab5

Please sign in to comment.