Bump version to 0.2.25

pull/1621/head 0.2.25
ValueRaider 2023-07-18 13:45:55 +01:00
parent 957051e0e8
commit 693565a85b
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"