Skip to content

Commit

Permalink
Bump version to 0.2.29
Browse files Browse the repository at this point in the history
  • Loading branch information
ValueRaider committed Sep 22, 2023
1 parent 99ef055 commit 88525ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Change Log
===========

0.2.29
------
- Fix pandas warning when retrieving quotes. #1672
- Replace sqlite3 with peewee for 100% thread-safety #1675
- Fix merging events with intraday prices #1684
- Fix error when calling enable_debug_mode twice #1687
- Price repair fixes #1688

0.2.28
------
- Fix TypeError: 'FastInfo' object is not callable #1636
Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
{% set version = "0.2.28" %}
{% set version = "0.2.29" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion yfinance/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.2.28"
version = "0.2.29"

0 comments on commit 88525ab

Please sign in to comment.