Skip to content

Commit

Permalink
version # + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaroussi committed Dec 27, 2019
1 parent 3b5737b commit fa618af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
===========

0.1.53
------
- Added `Ticker.isin` + `Ticker.get_isin(...)`. This is still experimental. Do not rely on it for production.
- Bug fixed: holders were always returning results for MSFT

0.1.52
------
- Improved JSON regex parsing
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='yfinance',
version="0.1.52",
version="0.1.53",
description='Yahoo! Finance market data downloader',
long_description=long_description,
url='https://github.com/ranaroussi/yfinance',
Expand Down
2 changes: 1 addition & 1 deletion yfinance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# limitations under the License.
#

__version__ = "0.1.52"
__version__ = "0.1.53"
__author__ = "Ran Aroussi"

from .ticker import Ticker
Expand Down

0 comments on commit fa618af

Please sign in to comment.