Skip to content

Commit

Permalink
v1.6 released
Browse files Browse the repository at this point in the history
  • Loading branch information
JECSand committed Oct 18, 2020
1 parent c3de405 commit 585abfb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@
1.4 01/13/2019 -- Added patch for reported bug described in Issue #15.
1.4 01/13/2019 -- Added method for get_stock_earnings_data().
1.5 01/27/2019 -- Added get_daily_dividend_data() method as request in Issue #20.
1.5 01/27/2019 -- Added test_yf_dividend_price() unit testing method.
1.5 01/27/2019 -- Added test_yf_dividend_price() unit testing method.
1.6 10/18/2020 -- Merged in two pull requests with bug fixes from sylvandb.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Connor Sanders
Copyright (c) 2020 Connor Sanders

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ A python module that returns stock, cryptocurrency, forex, mutual fund, commodit
.. image:: https://travis-ci.org/JECSand/yahoofinancials.svg?branch=master
:target: https://travis-ci.org/JECSand/yahoofinancials

Current Version: v1.5
Current Version: v1.6

Version Released: 01/27/2019
Version Released: 10/18/2020

Report any bugs by opening an issue here: https://github.com/JECSand/yahoofinancials/issues

Expand Down
6 changes: 3 additions & 3 deletions yahoofinancials/__init__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
"""
==============================
The Yahoo Financials Module
Version: 1.5
Version: 1.6
==============================
Author: Connor Sanders
Email: [email protected]
Version Released: 01/27/2019
Version Released: 10/18/2020
Tested on Python 2.7, 3.3, 3.4, 3.5, 3.6, and 3.7
Copyright (c) 2019 Connor Sanders
Copyright (c) 2020 Connor Sanders
MIT License
List of Included Functions:
Expand Down

0 comments on commit 585abfb

Please sign in to comment.