Skip to content

Commit

Permalink
Bump version to 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ValueRaider committed Mar 21, 2023
1 parent bb47798 commit ef12053
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
===========

0.2.13
------
Price bug fixes:
- fetch big-interval with Capital Gains #1455
- merging dividends & splits with prices #1452

0.2.12
------
Disable annoying 'backup decrypt' msg
Expand Down
2 changes: 1 addition & 1 deletion meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "yfinance" %}
{% set version = "0.2.12" %}
{% set version = "0.2.13" %}

package:
name: "{{ name|lower }}"
Expand Down
2 changes: 1 addition & 1 deletion yfinance/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.2.12"
version = "0.2.13"

0 comments on commit ef12053

Please sign in to comment.