Skip to content

Commit

Permalink
Merge pull request #2811 from nannan00/ft_version_1.10.35
Browse files Browse the repository at this point in the history
docs: v 1.10.35 version log
  • Loading branch information
nannan00 authored Sep 27, 2024
2 parents d6cdfec + 21c0f42 commit 9056565
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion saas/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.34
1.10.35
2 changes: 1 addition & 1 deletion saas/config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
import os

import environ
from celery.schedules import crontab
import pymysql
from celery.schedules import crontab

# connect mysql
pymysql.install_as_MySQLdb()
Expand Down
8 changes: 8 additions & 0 deletions saas/resources/version_log/change_log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<!-- 2024-09-27 -->
# V1.10.35 版本更新日志

### 缺陷修复
* 使用 pymysql 替换 mysql-client

---

<!-- 2024-09-25 -->
# V1.10.34 版本更新日志

Expand Down
8 changes: 8 additions & 0 deletions saas/resources/version_log/change_log_en.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<!-- 2024-09-27 -->
# V1.10.35 Version Update Log

### Fixes
* Use pymysql to replace mysql-client

---

<!-- 2024-09-25 -->
# V1.10.34 Version Update Log

Expand Down

0 comments on commit 9056565

Please sign in to comment.