Skip to content

Commit 308e58b

Browse files
committed
Bump version to 0.2.31
1 parent f6beadf commit 308e58b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

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

4+
0.2.31
5+
------
6+
- Fix TZ cache exception blocking import #1705 #1709
7+
- Fix merging pre-market events with intraday prices #1703
8+
49
0.2.30
510
------
611
- Fix OperationalError #1698

meta.yaml

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

44
package:
55
name: "{{ name|lower }}"

yfinance/version.py

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

0 commit comments

Comments
 (0)