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 f6beadf commit 308e58bCopy full SHA for 308e58b
CHANGELOG.rst
@@ -1,6 +1,11 @@
1
Change Log
2
===========
3
4
+0.2.31
5
+------
6
+- Fix TZ cache exception blocking import #1705 #1709
7
+- Fix merging pre-market events with intraday prices #1703
8
+
9
0.2.30
10
------
11
- Fix OperationalError #1698
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.31b1" %}
+{% set version = "0.2.31" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.31b2"
+version = "0.2.31"
0 commit comments