Skip to content

Commit 88525ab

Browse files
committed
Bump version to 0.2.29
1 parent 99ef055 commit 88525ab

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

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

4+
0.2.29
5+
------
6+
- Fix pandas warning when retrieving quotes. #1672
7+
- Replace sqlite3 with peewee for 100% thread-safety #1675
8+
- Fix merging events with intraday prices #1684
9+
- Fix error when calling enable_debug_mode twice #1687
10+
- Price repair fixes #1688
11+
412
0.2.28
513
------
614
- Fix TypeError: 'FastInfo' object is not callable #1636

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

0 commit comments

Comments
 (0)