We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4e56c commit 9b6e35bCopy full SHA for 9b6e35b
CHANGELOG.rst
@@ -1,6 +1,10 @@
1
Change Log
2
===========
3
4
+0.2.32
5
+------
6
+Add cookie & crumb to requests #1657
7
+
8
0.2.31
9
------
10
- Fix TZ cache exception blocking import #1705 #1709
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.31" %}
+{% set version = "0.2.32" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.31"
+version = "0.2.32"
0 commit comments