Skip to content

Commit

Permalink
[Release] 0.2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
darknessomi committed Nov 7, 2016
1 parent a1b96ca commit 46ce3c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEMbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import sys

from .menu import Menu
version = "0.2.3.5"
version = "0.2.3.6"


def start():
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ Enjoy it !

### 更新日志

2016-11-07 版本 0.2.3.6 已知错误修复

2016-10-16 版本 0.2.3.5 新增进入歌曲专辑功能

2016-10-13 版本 0.2.3.4 新增查看歌曲评论
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

setup(
name='NetEase-MusicBox',
version='0.2.3.5',
version='0.2.3.6',
packages=find_packages(),
install_requires=[
'requests',
Expand Down

0 comments on commit 46ce3c2

Please sign in to comment.