Skip to content

Commit

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

0.1.52
------
- Improved JSON regex parsing

0.1.51
------
- Added holdings data (`Ticker.major_holders` and `Ticker.institutional_holders`)
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.51",
version="0.1.52",
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.51"
__version__ = "0.1.52"
__author__ = "Ran Aroussi"

from .ticker import Ticker
Expand Down

0 comments on commit 53ad581

Please sign in to comment.