Skip to content

Commit 5b676f8

Browse files
committed
Bump version to 0.2.21
1 parent eb5c50d commit 5b676f8

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

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

4+
0.2.21
5+
------
6+
Fix financials tables #1568
7+
Price repair update: fix Yahoo messing up dividend and split adjustments #1543
8+
Fix logging behaviour #1562
9+
Fix merge future div/split into prices #1567
10+
411
0.2.20
512
------
613
Switch to `logging` module #1493 #1522 #1541

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.20" %}
2+
{% set version = "0.2.21" %}
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.20"
1+
version = "0.2.21"

0 commit comments

Comments
 (0)