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 99ef055 commit 88525abCopy full SHA for 88525ab
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Change Log
2
===========
3
4
+0.2.29
5
+------
6
+- Fix pandas warning when retrieving quotes. #1672
7
+- Replace sqlite3 with peewee for 100% thread-safety #1675
8
+- Fix merging events with intraday prices #1684
9
+- Fix error when calling enable_debug_mode twice #1687
10
+- Price repair fixes #1688
11
+
12
0.2.28
13
------
14
- Fix TypeError: 'FastInfo' object is not callable #1636
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.28" %}
+{% set version = "0.2.29" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.28"
+version = "0.2.29"
0 commit comments