Skip to content

Commit

Permalink
bump version 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Dec 3, 2023
1 parent f861a22 commit df0c1e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Please make sure to compatible with [FeelUOwn](https://github.com/feeluown/FeelU

## Changelog

- v0.3.2 (2023-12-03)
- 修复密钥过期的问题
- v0.3.1 (2023-08-15)
- remove the 'pytube' dependency
- v0.3.0 (2023-07-18)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fuo-ytmusic"
version = "0.3.1"
version = "0.3.2"
description = "feeluown Youtube Music plugin"
authors = ["Bruce Zhang <zttt183525594@gmail.com>"]
keywords = ["feeluown", "ytmusic", "youtube"]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup_kwargs = {
'name': 'fuo-ytmusic',
'version': '0.3.1',
'version': '0.3.2',
'description': 'feeluown Youtube Music plugin',
'long_description': "# YouTube Music plugin for FeelUOwn player\n\n## Prerequisites\n\nInstall [FeelUOwn](https://github.com/feeluown/FeelUOwn) before installing this plugin.\nSees: [Documentation](https://feeluown.readthedocs.io/)\n\n## Installation\n\n```shell\npip install fuo-ytmusic # Lastest stable release\npip install https://github.com/feeluown/feeluown-ytmusic.git # master branch\npoetry install # Local development\n```\n\n## Configuration\n\n### Proxies\n\n```python\n# In ~/.fuorc\nconfig.deffield('YTM_HTTP_PROXY', type_=str, default='', desc='YouTube Music 代理设置')\nconfig.YTM_HTTP_PROXY='127.0.0.1:10809'\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please create a new issue first to discuss what you'd like to change.\n\nPlease make sure to compatible with [FeelUOwn](https://github.com/feeluown/FeelUOwn) lastest stable release.\n\n## License\n\nThis project is licensed under the [GPLv3](LICENSE.txt).\n",
'author': 'Bruce Zhang',
Expand Down

0 comments on commit df0c1e6

Please sign in to comment.