Skip to content

Commit cd5d0df

Browse files
committed
Bump version to 0.2.11
1 parent ece41cd commit cd5d0df

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.rst

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

4+
0.2.11
5+
------
6+
Fix history_metadata accesses for unusual symbols #1411
7+
48
0.2.10
59
------
610
General

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.10" %}
2+
{% set version = "0.2.11" %}
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.10"
1+
version = "0.2.11"

0 commit comments

Comments
 (0)