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 1a97c22 commit 5b0cb60Copy full SHA for 5b0cb60
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Change Log
2
===========
3
4
+0.2.27
5
+------
6
+Bug fixes:
7
+- fix merging 1d-prices with out-of-range divs/splits #1635
8
+- fix multithread error 'tz already in cache' #1648
9
+
10
0.2.26
11
------
12
Proxy improvements
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.26" %}
+{% set version = "0.2.27" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.26"
+version = "0.2.27"
0 commit comments