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 1de113e commit f19dff2Copy full SHA for f19dff2
CHANGELOG.rst
@@ -1,6 +1,19 @@
1
Change Log
2
===========
3
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
+
17
0.2.44
18
------
19
Features:
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.44" %}
+{% set version = "0.2.45" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.44"
+version = "0.2.45"
0 commit comments