Skip to content

Commit 7c7d1cb

Browse files
committed
feat: release V3.33.6 #7567
1 parent 4bc1fee commit 7c7d1cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ is_use_celery: True
66
author: 蓝鲸智云
77
introduction: 标准运维是通过一套成熟稳定的任务调度引擎,把在多系统间的工作整合到一个流程,助力运维实现跨系统调度自动化的SaaS应用。
88
introduction_en: SOPS is a SaaS application that utilizes a set of mature and stable task scheduling engines to help realize cross-system scheduling automation, and integrates the work among multiple systems into a single process.
9-
version: 3.33.5
9+
version: 3.33.6
1010
category: 运维工具
1111
language_support: 中文
1212
desktop:

app_desc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
spec_version: 2
2-
app_version: "3.33.5"
2+
app_version: "3.33.6"
33
app:
44
region: default
55
bk_app_code: bk_sops

config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
# mako模板中:<script src="/a.js?v=${ STATIC_VERSION }"></script>
215215
# 如果静态资源修改了以后,上线前改这个版本号即可
216216

217-
STATIC_VERSION = "3.33.5"
217+
STATIC_VERSION = "3.33.6"
218218
DEPLOY_DATETIME = datetime.datetime.now().strftime("%Y%m%d%H%M%S")
219219

220220
STATICFILES_DIRS = [os.path.join(BASE_DIR, "static")]

0 commit comments

Comments
 (0)