Merge branch 'main' into bug-report-yaml

pull/1623/head
ValueRaider 2023-07-19 18:21:44 +01:00 committed by GitHub
commit 781fad501f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
Change Log
===========
0.2.25
------
Fix single ISIN as ticker #1611
Fix 'Only 100 years allowed' error #1576
0.2.24
------
Fix info[] missing values #1603

View File

@ -1,5 +1,5 @@
{% set name = "yfinance" %}
{% set version = "0.2.24" %}
{% set version = "0.2.25" %}
package:
name: "{{ name|lower }}"

View File

@ -1 +1 @@
version = "0.2.25b1"
version = "0.2.25"