Skip to content

Commit

Permalink
updated version / changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaroussi committed May 27, 2019
1 parent 0734040 commit 84675e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
===========

0.1.38
------
- Making sure tickers are always uppercase
- Added Tickers to ``__all__``
- Updated readme to reflect current library structure

0.1.37
------
- Overriding old ``pandas_datareader.data.DataReader`` when calling ``pdr_override()``
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

setup(
name='yfinance',
version="0.1.37",
version="0.1.38",
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 @@ -21,7 +21,7 @@

from __future__ import print_function

__version__ = "0.1.37"
__version__ = "0.1.38"
__author__ = "Ran Aroussi"
__all__ = ['download', 'Ticker', 'Tickers', 'pdr_override']

Expand Down

0 comments on commit 84675e4

Please sign in to comment.