Skip to content

Commit

Permalink
Bump version to 0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ValueRaider committed Jun 7, 2023
1 parent d18cd6f commit 5124059
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 16 deletions.
21 changes: 7 additions & 14 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
Change Log
===========

0.2.19b4
--------
Fix `download` logging #1541
Fix corrupt tkr-tz-csv halting code #1528

0.2.19b3
-------
Improve logging messages #1522
Price fixes #1523

0.2.19b1 - beta
-------
Optimise Ticker.history #1514
Logging module #1493
0.2.19
------
Switch to `logging` module #1493 #1522 #1541
Price history:
- optimise #1514
- fixes #1523
- fix TZ-cache corruption #1528

0.2.18
------
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.19b4" %}
{% set version = "0.2.19" %}

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.19b4"
version = "0.2.19"

0 comments on commit 5124059

Please sign in to comment.