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 7af213d commit 930b305Copy full SHA for 930b305
CHANGELOG.rst
@@ -1,6 +1,10 @@
1
Change Log
2
===========
3
4
+0.2.40
5
+------
6
+Fix typo in 0.2.39 c7af213
7
+
8
0.2.39
9
------
10
Fixes:
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.39" %}
+{% set version = "0.2.40" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.39"
+version = "0.2.40"
0 commit comments