Skip to content

Commit

Permalink
fix(docs): docs
Browse files Browse the repository at this point in the history
docs
  • Loading branch information
albertandking committed Sep 19, 2021
1 parent 60c7bbf commit 3de1dae
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at jindaxiang@163.com. All
reported by contacting the project team at akshare@akshare.email.cn. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
3 changes: 2 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1541,9 +1541,10 @@
1.1.21 fix: fix setuptools==57.5.0 package
1.1.22 fix: fix remove demjson package
1.1.23 fix: fix update urllib3 package
1.1.24 fix: fix email address
"""

__version__ = "1.1.23"
__version__ = "1.1.24"
__author__ = "Albert King"

import sys
Expand Down
8 changes: 4 additions & 4 deletions akshare/stock/stock_us_sina.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ def stock_us_fundamental(stock: str = "GOOGL", symbol: str = "info") -> pd.DataF


if __name__ == "__main__":
# stock_us_stock_name_df = get_us_stock_name()
# print(stock_us_stock_name_df)
stock_us_stock_name_df = get_us_stock_name()
print(stock_us_stock_name_df)

# stock_us_spot_df = stock_us_spot()
# print(stock_us_spot_df)
stock_us_spot_df = stock_us_spot()
print(stock_us_spot_df)

stock_us_daily_df = stock_us_daily(symbol="AMZN", adjust="")
print(stock_us_daily_df)
Expand Down
2 changes: 2 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2503,4 +2503,6 @@ amac_manager_cancelled_info # 中国证券投资基金业协会-信息公示-诚
1.1.22 fix: fix remove demjson package
1.1.23 fix: fix update urllib3 package
1.1.24 fix: fix email address
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_version_string():
name="akshare",
version=get_version_string(),
author="Albert King",
author_email="jindaxiang@163.com",
author_email="akshare@akshare.email.cn",
license="MIT",
description="AKShare is an elegant and simple financial data interface library for Python, built for human beings!",
long_description=long_description,
Expand Down

0 comments on commit 3de1dae

Please sign in to comment.