We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ee4674 commit 0c037ddCopy full SHA for 0c037dd
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Change Log
2
===========
3
4
+0.2.4
5
+-----
6
+- Fix Yahoo data decryption #1297
7
+- New feature: 'Ticker.get_shares_full()' #1301
8
+- Improve caching of financials data #1284
9
+- Restore download() original alignment behaviour #1283
10
+- Fix the database lock error in multithread download #1276
11
+
12
0.2.3
13
-----
14
- Make financials API '_' use consistent
meta.yaml
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
-{% set version = "0.2.3" %}
+{% set version = "0.2.4" %}
package:
name: "{{ name|lower }}"
yfinance/version.py
@@ -1 +1 @@
-version = "0.2.3"
+version = "0.2.4"
0 commit comments