Skip to content

Commit

Permalink
fix download link and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Jan 28, 2014
1 parent de4e8dc commit f5bba20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@

- [FIX]: Fix missing key error when inputs are not default names.

- [NEW]: Upgrade to Cython 0.20.

- [FIX]: Check all input array lengths are same.

- [FIX]: Check all input arrays for NaN elements.

0.4.7
=====

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
author = 'John Benediktsson',
author_email = 'mrjbq7@gmail.com',
url = 'http://github.com/mrjbq7/ta-lib',
download_url = 'https://github.com/mrjbq7/ta-lib/archive/TA_Lib-0.4.7.zip',
download_url = 'https://github.com/mrjbq7/ta-lib/archive/TA_Lib-0.4.8.zip',
classifiers = [
"License :: OSI Approved :: BSD License",
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit f5bba20

Please sign in to comment.