Skip to content

Commit

Permalink
Dev (#4220)
Browse files Browse the repository at this point in the history
* add version

* add aarch64 support

* add aarch64 support
  • Loading branch information
albertandking authored Oct 24, 2023
1 parent 1f33e36 commit b075df3
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion akshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2562,9 +2562,10 @@
1.11.46 add: add akracer support
1.11.47 add: add akracer 0.0.8 support
1.11.48 fix: fix installation.md
1.11.49 add: add aarch64 support
"""

__version__ = "1.11.48"
__version__ = "1.11.49"
__author__ = "AKFamily"

import sys
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@

## 更新说明详情

1.11.49 add: add aarch64 support

1. 新增 aarch64 支持

1.11.48 fix: fix installation.md

1. 修复 installation.md
Expand Down Expand Up @@ -3034,6 +3038,8 @@

## 版本更新说明

1.11.49 add: add aarch64 support

1.11.48 fix: fix installation.md

1.11.47 add: add akracer 0.0.8 support
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jsonpath>=0.82
tabulate>=0.8.6
decorator>=4.4.2
py-mini-racer>=0.6.0
akracer>=0.0.9
akracer>=0.0.11
commitizen>=2.35.0
pre-commit>=2.20.0
sphinx>=5.2.3
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jsonpath>=0.82
tabulate>=0.8.6
decorator>=4.4.2
py-mini-racer>=0.6.0
akracer>=0.0.9
akracer>=0.0.11
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def get_version_string() -> str:
"tabulate>=0.8.6",
"decorator>=4.4.2",
"py-mini-racer>=0.6.0",
"akracer>=0.0.9",
"akracer>=0.0.11",
],
package_data={"": ["*.py", "*.json", "*.pk", "*.js", "*.zip"]},
keywords=[
Expand Down

0 comments on commit b075df3

Please sign in to comment.