We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ac210 commit 698ed58Copy full SHA for 698ed58
2 files changed
feeluown/__init__.py
@@ -7,11 +7,9 @@
7
from .config import config
8
9
10
-__version__ = '1.0.5.3'
+__version__ = '1.0.5.4'
11
__upgrade_desc__ = '''
12
-1. 添加图片缓存模块
13
-2. 添加 Playlist, Album, Artist 歌曲页面的 Cover Image 显示
14
-3. 添加 Album, Artist 描述
+1. 修复一些小 bug
15
'''
16
17
feeluown/version.py
@@ -7,7 +7,7 @@
class VersionManager(object):
- current_version = 'v9.2a'
+ current_version = 'v9.3a'
def __init__(self, app):
self._app = app
0 commit comments