diff --git a/saas/VERSION b/saas/VERSION index c9aab2637..dc40a780a 100644 --- a/saas/VERSION +++ b/saas/VERSION @@ -1 +1 @@ -1.10.34 +1.10.35 diff --git a/saas/config/default.py b/saas/config/default.py index ed7bb7887..5d84c3975 100644 --- a/saas/config/default.py +++ b/saas/config/default.py @@ -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() diff --git a/saas/resources/version_log/change_log.md b/saas/resources/version_log/change_log.md index 0ee259b54..d212acf86 100644 --- a/saas/resources/version_log/change_log.md +++ b/saas/resources/version_log/change_log.md @@ -1,3 +1,11 @@ + +# V1.10.35 版本更新日志 + +### 缺陷修复 +* 使用 pymysql 替换 mysql-client + +--- + # V1.10.34 版本更新日志 diff --git a/saas/resources/version_log/change_log_en.md b/saas/resources/version_log/change_log_en.md index b2155327c..495ca26cf 100644 --- a/saas/resources/version_log/change_log_en.md +++ b/saas/resources/version_log/change_log_en.md @@ -1,3 +1,11 @@ + +# V1.10.35 Version Update Log + +### Fixes +* Use pymysql to replace mysql-client + +--- + # V1.10.34 Version Update Log