Skip to content

Commit

Permalink
Merge pull request #123 from JECSand/development
Browse files Browse the repository at this point in the history
Yahoo Finance Data Decryption Fix
  • Loading branch information
JECSand authored Jan 25, 2023
2 parents bf9e2ff + 3750f24 commit bd14893
Show file tree
Hide file tree
Showing 7 changed files with 443 additions and 394 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
1.9 01/14/2023 -- Merged in pull request from shaunpatterson.
1.9 01/14/2023 -- Merged in pull request from flipdazed.
1.9 01/14/2023 -- Fixed new data encryption issue & hardened.

1.10 01/25/2023 -- Fixed new decryption issue.
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://github.com/JECSand/yahoofinancials/actions/workflows/test.yml/badge.svg?branch=master
:target: https://github.com/JECSand/yahoofinancials/actions/workflows/test.yml

Current Version: v1.9
Current Version: v1.10

Version Released: 01/14/2023
Version Released: 01/25/2023

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

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@

setup(
name='yahoofinancials',
version='1.9',
version='1.10',
description='A powerful financial data module used for pulling both fundamental and technical data from Yahoo Finance',
long_description=long_description,
url='https://github.com/JECSand/yahoofinancials',
download_url='https://github.com/JECSand/yahoofinancials/archive/1.9.tar.gz',
download_url='https://github.com/JECSand/yahoofinancials/archive/1.10.tar.gz',
author='Connor Sanders',
author_email='[email protected]',
license='MIT',
Expand Down
2 changes: 1 addition & 1 deletion test/test_yahoofinancials.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# YahooFinancials Unit Tests v1.9
# YahooFinancials Unit Tests v1.10
# Version Released: 01/14/2023
# Author: Connor Sanders
# Tested on Python 3.6, 3.7, 3.8, 3.9, 3.10, and 3.11
Expand Down
Loading

0 comments on commit bd14893

Please sign in to comment.