Skip to content

Commit

Permalink
Version bump to 0.4.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Jun 1, 2015
1 parent a109411 commit 309b42d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.4.9
=====

- [NEW]: Support for python 2.6 and earlier for ordereddict.

- [FIX]: Add lib64 paths to setup.py.

- [NEW]: Upgrade to Cython 0.22.

- [FIX]: Allow running setup.py without numpy or cython

- [NEW]: Allow TA_LIBRARY_PATH and TA_INCLUDE_PATH environment variables.

0.4.8
=====

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

setup(
name = 'TA-Lib',
version = '0.4.8',
version = '0.4.9',
description = 'Python wrapper for TA-Lib',
author = 'John Benediktsson',
author_email = 'mrjbq7@gmail.com',
Expand Down
2 changes: 1 addition & 1 deletion talib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .common import MA_Type, __ta_version__
from .func import *

__version__ = '0.4.8'
__version__ = '0.4.9'

# In order to use this python library, talib (i.e. this __file__) will be
# imported at some point, either explicitly or indirectly via talib.func
Expand Down

0 comments on commit 309b42d

Please sign in to comment.