We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b837c1e commit ab979e9Copy full SHA for ab979e9
CHANGELOG.rst
@@ -1,6 +1,16 @@
1
Change Log
2
===========
3
4
+0.2.36
5
+------
6
+Small fixes:
7
+- Update README.md for better copy-ability #1823
8
+- Name download() column levels #1795
9
+- Fix history(keepna=False) when repair=True #1824
10
+- Replace empty list with empty pd.Series #1724
11
+- Handle peewee with old sqlite #1827
12
+- Fix JSON error handling #1830 #1833
13
+
14
0.2.35
15
------
16
Internal fixes for 0.2.34
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.35" %}
+{% set version = "0.2.36" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.35"
+version = "0.2.36"
0 commit comments