diff --git a/HISTORY.md b/HISTORY.md index 42c922d..c80a88f 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,6 @@ ### Version History: +- 1.8.7: Loosen system encoding check on Windows - 1.8.6: Fix progress file path for concurrent runs by @Bluetea577 - 1.8.5: Workaround Baidu returning 200 for invalid/expired `access_token` so that `refresh_token()` continues to work - 1.8.4: Fix packing error (missing 'auth.json') diff --git a/HISTORY.rst b/HISTORY.rst index a7149c7..68f890b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,8 @@ Version History: ~~~~~~~~~~~~~~~~ +- 1.8.7: Loosen system encoding check on Windows + - 1.8.6: Fix progress file path for concurrent runs by @Bluetea577 - 1.8.5: Workaround Baidu returning 200 for invalid/expired diff --git a/bypy/const.py b/bypy/const.py index ad70d9f..9459c04 100755 --- a/bypy/const.py +++ b/bypy/const.py @@ -12,7 +12,7 @@ # https://packaging.python.org/single_source_version/ __title__ = 'bypy' -__version__ = '1.8.6' +__version__ = '1.8.7' __author__ = 'Hou Tianze' __license__ = 'MIT' __desc__ = 'Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘 Python 客户端' diff --git a/update/update.json b/update/update.json index 3d5d796..391ba87 100644 --- a/update/update.json +++ b/update/update.json @@ -1,5 +1,5 @@ { "comment": "Update info", - "recommendedVersion": "1.8.6", + "recommendedVersion": "1.8.7", "minimumRequiredVersion": "1.8.4" }