From 1354c1b0c7a5a8045dcac58b9557217a0d0884d2 Mon Sep 17 00:00:00 2001 From: Shaw <63627218+etShaw-zh@users.noreply.github.com> Date: Sat, 28 Sep 2024 16:28:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 9 +++------ build.spec | 2 +- docs/source/conf.py | 2 +- src/module/version.py | 2 +- version.txt | 2 +- 5 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f410e6..7b706bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.AUTO_RELEASE }} with: - tag_name: v1.0.2 + tag_name: v1.0.3 draft: true files: | AICodingOfficer_windows.zip @@ -87,8 +87,5 @@ jobs: AICodingOfficer_linux.zip name: 🎉AICO body: | - ## 新增 - - 新增内容 - - ## 优化 - - 优化内容 + ## Bug Fixes + - Fix a bug #1 diff --git a/build.spec b/build.spec index f4d04f6..cf04019 100644 --- a/build.spec +++ b/build.spec @@ -49,5 +49,5 @@ app = BUNDLE( name='AICodingOfficer.app', icon='image/icon.icns', bundle_identifier=None, - version='1.0.2' + version='1.0.3' ) diff --git a/docs/source/conf.py b/docs/source/conf.py index 230c52f..2a51196 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -12,7 +12,7 @@ project = 'AI Coding Officer' copyright = '2024, Jianjun Xiao' author = 'Jianjun Xiao' -release = 'v1.0.2' +release = 'v1.0.3' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/src/module/version.py b/src/module/version.py index 22949ec..6335ff6 100644 --- a/src/module/version.py +++ b/src/module/version.py @@ -3,7 +3,7 @@ def currentVersion(): - current_version = "1.0.2" + current_version = "1.0.3" return current_version diff --git a/version.txt b/version.txt index a8140cd..b96c45e 100644 --- a/version.txt +++ b/version.txt @@ -31,7 +31,7 @@ VSVersionInfo( StringStruct(u'FileVersion', u'1'), StringStruct(u'LegalCopyright', u'Copyright (C) 2024 Jianjun Xiao'), StringStruct(u'ProductName', u'AICodingOfficer'), - StringStruct(u'ProductVersion', u'1.0.2')]) + StringStruct(u'ProductVersion', u'1.0.3')]) ]), VarFileInfo([VarStruct(u'Translation', [2052, 1200])]) ]