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 1bd819a commit ddf0cf1Copy full SHA for ddf0cf1
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Change Log
2
===========
3
4
+0.2.26
5
+------
6
+Proxy improvements
7
+- bug fixes #1371
8
+- security fix #1625
9
+
10
0.2.25
11
------
12
Fix single ISIN as ticker #1611
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.25" %}
+{% set version = "0.2.26" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.25"
+version = "0.2.26"
0 commit comments