Skip to content

Commit

Permalink
Update for 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie committed Dec 8, 2023
1 parent 8372251 commit 97be8f8
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
==========

2.3.6
-----
## Fix
- Use the previously instantiated session within the `Ticker` class (that may also contain proxies, other important session info) to retrieve both cookies and a crumb

2.3.5
-----
## Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yahooquery"
version = "2.3.5"
version = "2.3.6"
description = "Python wrapper for an unofficial Yahoo Finance API"
authors = ["Doug Guthrie <[email protected]>"]
documentation = "https://yahooquery.dpguthrie.com"
Expand Down
2 changes: 1 addition & 1 deletion yahooquery/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Python interface to unofficial Yahoo Finance API endpoints"""

name = "yahooquery"
__version__ = "2.3.5"
__version__ = "2.3.6"

from .research import Research # noqa
from .ticker import Ticker # noqa
Expand Down

0 comments on commit 97be8f8

Please sign in to comment.