Skip to content

Commit

Permalink
Release 1.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
houtianze committed Feb 1, 2025
1 parent fa2e87f commit 3576a92
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Version History:

- 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')
- 1.8.3: Fix upload getting 31023 - 'Param Error'
Expand Down
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Version History:
~~~~~~~~~~~~~~~~

- 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

Expand Down
2 changes: 1 addition & 1 deletion bypy/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# https://packaging.python.org/single_source_version/
__title__ = 'bypy'
__version__ = '1.8.5'
__version__ = '1.8.6'
__author__ = 'Hou Tianze'
__license__ = 'MIT'
__desc__ = 'Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘 Python 客户端'
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ echo !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# (This is for macOS, and for python virtualenv is recommended)
# --------
# brew install pandoc
# pip3 install pandoc pypandoc twine pyflakes
# pip3 install pandoc pypandoc twine pyflakes wheel

### Usage ###
# - Testing: ./release.sh -buti
Expand Down
2 changes: 1 addition & 1 deletion update/update.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"comment": "Update info",
"recommendedVersion": "1.8.5",
"recommendedVersion": "1.8.6",
"minimumRequiredVersion": "1.8.4"
}

0 comments on commit 3576a92

Please sign in to comment.