Bump version to 0.2.28

main 0.2.28
Value Raider 2023-08-13 13:05:02 +01:00
parent 67e81a8f9a
commit 0713d93867
3 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,12 @@
Change Log
===========
0.2.28
------
- Fix TypeError: 'FastInfo' object is not callable #1636
- Improve & fix price repair #1633 #1660
- option_chain() also return underlying data #1606
0.2.27
------
Bug fixes:

View File

@ -1,5 +1,5 @@
{% set name = "yfinance" %}
{% set version = "0.2.27" %}
{% set version = "0.2.28" %}
package:
name: "{{ name|lower }}"

View File

@ -1 +1 @@
version = "0.2.27"
version = "0.2.28"