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 Mar 30, 2021
1 parent 99468a6 commit 656f0a9
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 @@

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

* fixed __api_url_params issue for optional parametes of few endpoints (such as /coins/{id}/market_chart)

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

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

0 comments on commit 656f0a9

Please sign in to comment.