Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #5309

Merged
merged 3 commits into from
Nov 5, 2024
Merged

Dev #5309

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2923,9 +2923,10 @@
1.15.11 fix: fix stock_individual_spot_xq indicator
1.15.12 fix: fix stock_shareholder_change_ths indicator
1.15.13 fix: fix stock_inner_trade_xq indicator
1.15.14 fix: fix macro_bank_usa_interest_rate indicator
"""

__version__ = "1.15.13"
__version__ = "1.15.14"
__author__ = "AKFamily"

import sys
Expand Down
Loading