Skip to content

Commit

Permalink
release: v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rachpt committed Jun 5, 2022
1 parent dbab471 commit e776633
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build_app.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 本文件用于打包 MacOS 应用
# pyinstaller --clean --noconfirm build_app.spec

version = '0.5.0'
version = '0.5.1'
block_cipher = None


Expand Down
2 changes: 1 addition & 1 deletion lanzou/api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from lanzou.api.core import LanZouCloud

version = '2.6.5'
version = '2.6.7'


def why_error(code):
Expand Down
2 changes: 1 addition & 1 deletion lanzou/gui/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.5.0'
version = '0.5.1'
10 changes: 5 additions & 5 deletions version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

VSVersionInfo(
ffi=FixedFileInfo(
filevers=(0, 5, 0, 0),
prodvers=(0, 5, 0, 0),
filevers=(0, 5, 1, 0),
prodvers=(0, 5, 1, 0),
mask=0x3f,
flags=0x0,
OS=0x4,
Expand All @@ -17,12 +17,12 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'rachpt.cn'),
StringStruct(u'FileDescription', u'蓝奏云客户端'),
StringStruct(u'FileVersion', u'0.5.0'),
StringStruct(u'FileVersion', u'0.5.1'),
StringStruct(u'InternalName', u'lanzou-gui'),
StringStruct(u'LegalCopyright', u'Copyright (c) rachpt'),
StringStruct(u'OriginalFilename', u'lanzou-gui_win64_v0.5.0.exe'),
StringStruct(u'OriginalFilename', u'lanzou-gui_win64_v0.5.1.exe'),
StringStruct(u'ProductName', u'lanzou-gui_win64'),
StringStruct(u'ProductVersion', u'0.5.0 (r220604)')])
StringStruct(u'ProductVersion', u'0.5.1 (r220605)')])
]),
VarFileInfo([VarStruct(u'Translation', [2052, 1033])])
]
Expand Down

0 comments on commit e776633

Please sign in to comment.