Version 1.3.0

This commit is contained in:
ValueRaider
2026-04-16 20:49:11 +01:00
parent d6afeebc35
commit a17e8b19a6
3 changed files with 9 additions and 2 deletions
+7
View File
@@ -1,6 +1,13 @@
Change Log
===========
1.3.0
-----
Features:
- Add Valuations Measures Table from Statistics Page #2742
- Add ETFQuery #2749
Fix type regresssion in Ticker.dividends
1.2.2
-----
Forgot to merge in #2695 and #2718 for release 1.2.1
+1 -1
View File
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
{% set version = "1.2.2" %}
{% set version = "1.3.0" %}
package:
name: "{{ name|lower }}"
+1 -1
View File
@@ -1 +1 @@
version = "1.2.2"
version = "1.3.0"