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 Oct 3, 2020
1 parent 53f8f1d commit 53a8625
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

1.4.0 / 2020-10-03
==================

* added new endpoints (/coins/{id}/ohlc, /search/trending, /global/decentralized_finance_defi)
* updated tests

1.3.0 / 2020-07-12
==================

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

0 comments on commit 53a8625

Please sign in to comment.