Skip to content

Commit

Permalink
release for 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
blackholll committed Apr 27, 2022
1 parent 1cf49c8 commit 294fcc5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { DefaultFooter } from '@ant-design/pro-layout';

export default () => (
<DefaultFooter
copyright="2018-2021 loonflow 2.0.12"
copyright="2018-2022 loonflow 2.0.13"
links={[

{
Expand Down
2 changes: 1 addition & 1 deletion settings/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import platform


VERSION = '2.0.12'
VERSION = '2.0.13'

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
Expand Down
9 changes: 9 additions & 0 deletions sphinx_docs/source/others/release_note.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
发布说明
==============


---------
r2.0.13
---------
- 修复: 新建工单界面错误的显示了工单列表(子工单列表没处理好导致的)
- 修复: 生产环境部署后,错误日志未被记录问题
- 修复: 当工单状态的处理人是全部处理,且按照不同的处理路径处理完后,再强制修改状态,会导致工单无法继续处理问题


---------
r2.0.12
---------
Expand Down

0 comments on commit 294fcc5

Please sign in to comment.