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 f87a9af commit ed43f6fCopy full SHA for ed43f6f
CHANGELOG.rst
@@ -1,6 +1,10 @@
1
Change Log
2
===========
3
4
+0.2.43
5
+------
6
+Fix price-repair bug introduced in 0.2.42 #2036
7
+
8
0.2.42
9
------
10
Features:
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.42" %}
+{% set version = "0.2.43" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.42"
+version = "0.2.43"
0 commit comments