Skip to content

Commit 698ed58

Browse files
committed
bump version
1 parent 28ac210 commit 698ed58

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

feeluown/__init__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@
77
from .config import config
88

99

10-
__version__ = '1.0.5.3'
10+
__version__ = '1.0.5.4'
1111
__upgrade_desc__ = '''
12-
1. 添加图片缓存模块
13-
2. 添加 Playlist, Album, Artist 歌曲页面的 Cover Image 显示
14-
3. 添加 Album, Artist 描述
12+
1. 修复一些小 bug
1513
'''
1614

1715

feeluown/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
class VersionManager(object):
10-
current_version = 'v9.2a'
10+
current_version = 'v9.3a'
1111

1212
def __init__(self, app):
1313
self._app = app

0 commit comments

Comments
 (0)