Skip to content

Commit

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

0.2.36
------
Small fixes:
- Update README.md for better copy-ability #1823
- Name download() column levels #1795
- Fix history(keepna=False) when repair=True #1824
- Replace empty list with empty pd.Series #1724
- Handle peewee with old sqlite #1827
- Fix JSON error handling #1830 #1833

0.2.35
------
Internal fixes for 0.2.34
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.35" %}
{% set version = "0.2.36" %}

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.35"
version = "0.2.36"

0 comments on commit ab979e9

Please sign in to comment.