diff --git a/README.md b/README.md index 6a77b92ed..2cec6531a 100644 --- a/README.md +++ b/README.md @@ -108,9 +108,9 @@ docker run -itd --name mw-server --privileged=true -p 7200:7200 -p 80:80 -p 443: ``` -### 版本更新 0.18.4 +### 版本更新 0.18.5 -- 国内安装优化。 +- 常规优化。 ### JSDelivr安装地址 diff --git a/version/r3.9.txt b/version/r3.9.txt deleted file mode 100644 index 0863401ee..000000000 --- a/version/r3.9.txt +++ /dev/null @@ -1,39 +0,0 @@ -cryptography==36.0.1 -flask==2.0.3 -pyOpenSSL==22.0.0 -requests==2.27.1 -gevent==22.10.2 -gunicorn==21.2.0 -setuptools>=33.1.1 -Werkzeug>=1.0.1,<3.0.0 -wheel>=0.37.1 -requests>=2.27.1 -urllib3>=1.21.1 -flask-session==0.3.2 -flask-helper==0.19 -flask-bcrypt==1.0.1 -flask-caching>=1.10.1 -cache==1.0.3 -gevent-websocket==0.10.1 -psutil==5.9.1 -chardet==3.0.4 -flask-sqlalchemy==2.3.2 -configparser==5.2.0 -python-engineio==4.3.2 -python-socketio>=4.2.0 -flask-socketio==5.2.0 -flask-sockets==0.2.1 -zmq==0.0.0 -paramiko>=2.8.0 -pymongo -pymemcache -redis -pillow -Jinja2>=2.11.2 -PyMySQL==1.0.2 -whitenoise==5.3.0 -pyotp -pytz -pyTelegramBotAPI -telebot -pyyaml \ No newline at end of file diff --git a/web/version.py b/web/version.py index 95e803f30..b67295dca 100644 --- a/web/version.py +++ b/web/version.py @@ -13,7 +13,7 @@ # 应用程序版本号组件 APP_RELEASE = 0 APP_REVISION = 18 -APP_SMALL_VERSION = 4 +APP_SMALL_VERSION = 5 # 应用程序版本后缀,例如"beta1"、"dev"。通常为空字符串GA发布 APP_SUFFIX = ''