Skip to content

Commit

Permalink
version # + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaroussi committed Oct 29, 2019
1 parent f8ddb48 commit 758332c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.1.49
------
- Fixed `elementwise comparison`` warning

0.1.48
------
- Fixed issues related to non-publicly traded tickers (crypto, currency, etc)
Expand Down
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "yfinance" %}
{% set version = "0.1.46" %}
{% set version = "0.1.48" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: "912c52b686fcc2b363955282d6bc741e8ff0409c9e48d5a44c88d3d450817edb"
sha256: "89e984306bee13ed9a1a5d543f4f01f85716120666e404596a4e932ac7448288"

build:
noarch: python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='yfinance',
version="0.1.48",
version="0.1.49",
description='Yahoo! Finance market data downloader',
long_description=long_description,
url='https://github.com/ranaroussi/yfinance',
Expand Down
2 changes: 1 addition & 1 deletion yfinance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# limitations under the License.
#

__version__ = "0.1.48"
__version__ = "0.1.49"
__author__ = "Ran Aroussi"

from .ticker import Ticker
Expand Down

0 comments on commit 758332c

Please sign in to comment.