Skip to content

Commit

Permalink
Merge tag '2.1.0' into develop
Browse files Browse the repository at this point in the history
pycoingecko v2.1.0
==================

  * Added asset_platforms (/asset_platforms) and categories (/coins/categories/list, coins/categories) endpoints
  • Loading branch information
man-c committed Jun 3, 2021
2 parents 846e72c + 07484c5 commit f78aed4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

2.1.0 / 2021-06-03
==================

* Added asset_platforms (/asset_platforms) and categories (/coins/categories/list, coins/categories) endpoints

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

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='2.0.0',
version='2.1.0',
packages=['pycoingecko',],
license='MIT',
description = 'Python wrapper around the CoinGecko API',
Expand Down

0 comments on commit f78aed4

Please sign in to comment.