Skip to content

Commit

Permalink
Version 0.2.38
Browse files Browse the repository at this point in the history
  • Loading branch information
ValueRaider authored and ValueRaider committed Apr 16, 2024
1 parent 18089f4 commit a1bcb4c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
===========

0.2.38
------
Fix holders & insiders #1908

0.2.37
------
Small fixes:
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.37" %}
{% set version = "0.2.38" %}

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.37"
version = "0.2.38"

0 comments on commit a1bcb4c

Please sign in to comment.