Skip to content

Commit b938d6a

Browse files
committed
Update cython to 0.29.25.
1 parent 7479435 commit b938d6a

File tree

4 files changed

+120
-25
lines changed

4 files changed

+120
-25
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.4.23
2+
======
3+
4+
- [NEW]: Upgrade to Cython 0.29.25
5+
16
0.4.22
27
======
38

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def build_extensions(self):
147147

148148
setup(
149149
name='TA-Lib',
150-
version='0.4.22',
150+
version='0.4.23',
151151
description='Python wrapper for TA-Lib',
152152
long_description=long_description,
153153
long_description_content_type='text/markdown',

talib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def wrapper(*args, **kwds):
116116
setattr(stream, func_name, wrapped_func)
117117
globals()[stream_func_name] = wrapped_func
118118

119-
__version__ = '0.4.22'
119+
__version__ = '0.4.23'
120120

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

talib/_ta_lib.c

Lines changed: 113 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)