Skip to content

Commit c399fea

Browse files
committed
Version 0.2.56
1 parent e0fdd58 commit c399fea

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Change Log
22
===========
33

4+
0.2.56
5+
------
6+
Features:
7+
- Ticker lookups #2364
8+
- Config #2391
9+
Fixes:
10+
- converting end epoch to localized dt #2378
11+
- info IndexError #2382
12+
- AttributeError: module 'requests.cookies' has no attribute 'update' #2388
13+
- fix_Yahoo_returning_live_separate() #2389
14+
415
0.2.55
516
------
617
Features

meta.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "yfinance" %}
2-
{% set version = "0.2.55" %}
2+
{% set version = "0.2.56" %}
33

44
package:
55
name: "{{ name|lower }}"
@@ -27,7 +27,6 @@ requirements:
2727
- beautifulsoup4 >=4.11.1
2828
- html5lib >=1.1
2929
- peewee >=3.16.2
30-
# - pycryptodome >=3.6.6
3130
- pip
3231
- python
3332

@@ -43,7 +42,6 @@ requirements:
4342
- beautifulsoup4 >=4.11.1
4443
- html5lib >=1.1
4544
- peewee >=3.16.2
46-
# - pycryptodome >=3.6.6
4745
- python
4846

4947
test:

yfinance/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.2.55"
1+
version = "0.2.56"

0 commit comments

Comments
 (0)