Version 0.2.36

This commit is contained in:
Value Raider
2024-01-21 18:10:41 +00:00
parent b837c1ec2a
commit ab979e9141
3 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,16 @@
Change Log Change Log
=========== ===========
0.2.36
------
Small fixes:
- Update README.md for better copy-ability #1823
- Name download() column levels #1795
- Fix history(keepna=False) when repair=True #1824
- Replace empty list with empty pd.Series #1724
- Handle peewee with old sqlite #1827
- Fix JSON error handling #1830 #1833
0.2.35 0.2.35
------ ------
Internal fixes for 0.2.34 Internal fixes for 0.2.34

View File

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

View File

@@ -1 +1 @@
version = "0.2.35" version = "0.2.36"