Skip to content

Commit f19dff2

Browse files
committed
Version 0.2.45
1 parent 1de113e commit f19dff2

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Change Log
22
===========
33

4+
0.2.45
5+
------
6+
Features:
7+
- Screener #2066 @ericpien
8+
Fixes
9+
- Tickers keyerror #2068 @antoniouaa
10+
- IndexError in some history() debug messages #2087
11+
- improve dividend repair #2090
12+
Maintenance
13+
- fix unit tests contextual imports #2067
14+
- fix typos #2072 @algonell
15+
- add Pyright type checking #2059 @marco-carvalho
16+
417
0.2.44
518
------
619
Features:

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "yfinance" %}
2-
{% set version = "0.2.44" %}
2+
{% set version = "0.2.45" %}
33

44
package:
55
name: "{{ name|lower }}"

yfinance/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.2.44"
1+
version = "0.2.45"

0 commit comments

Comments
 (0)