Skip to content

Commit

Permalink
Update for 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie committed Dec 6, 2023
1 parent 61dbe07 commit 086e04b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change Log
==========

2.3.5
-----
## Fix
- Fix bad assignment to crumb when using username/password for premium access

2.3.4
-----
## Update
Expand All @@ -23,7 +28,7 @@ Change Log

2.3.1
-----
## FIx
## Fix
- Fixes for history method

2.3.0
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.4"
version = "2.3.5"
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.4"
__version__ = "2.3.5"

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

0 comments on commit 086e04b

Please sign in to comment.