Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
man-c committed Apr 23, 2021
1 parent 88ea590 commit 654ac59
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

2.0.0 / 2021-04-23
==================

* Allow Python Lists and Booleans for any endpoint parameter (list converted to comma-separated string & bool converted to lower case string)
* Removed /indexes/{id} endpoint (Get market index by id) -> cg.get_indexes_by_id()
* Improved request exceptions handling (Fixed unbound local exception on GET request failure)

1.4.1 / 2021-03-30
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setuptools.setup(
name='pycoingecko',
version='1.4.1',
version='2.0.0',
packages=['pycoingecko',],
license='MIT',
description = 'Python wrapper around the CoinGecko API',
Expand Down

0 comments on commit 654ac59

Please sign in to comment.