Version 0.2.32

This commit is contained in:
Value Raider
2023-11-18 12:56:06 +00:00
parent 4d4e56cdc8
commit 9b6e35bdcd
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,6 +1,10 @@
Change Log
===========
0.2.32
------
Add cookie & crumb to requests #1657
0.2.31
------
- Fix TZ cache exception blocking import #1705 #1709
+1 -1
View File
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
{% set version = "0.2.31" %}
{% set version = "0.2.32" %}
package:
name: "{{ name|lower }}"
+1 -1
View File
@@ -1 +1 @@
version = "0.2.31"
version = "0.2.32"