From 776dfffa72736c1e18392005ff2ae9a37a393073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E5=BC=BA?= Date: Tue, 14 Dec 2021 15:51:08 +0800 Subject: [PATCH 1/2] =?UTF-8?q?python=20=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 12d3534..c5da634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ packages = [ ] [tool.poetry.dependencies] -python = "^3.6" +python = "^3.8" [tool.poetry.dev-dependencies] -- Gitee From 030672802f1a661f528eeebddfeee0d7bd8f3479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E5=BC=BA?= Date: Tue, 14 Dec 2021 15:51:53 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44f4b70..8a41178 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ DJANGO 配置管理 依托 `django-kelove-setting` 模块,可快速定制 `Django` 应用配置,并在 `Django Admin` 中统一管理应用的配置信息 -[![Django Kelove Setting Version](https://img.shields.io/badge/stable-v2.0.0-blue.svg)](https://gitee.com/itxq/django-kelove-setting) +[![Django Kelove Setting Version](https://img.shields.io/badge/stable-v2.0.1-blue.svg)](https://gitee.com/itxq/django-kelove-setting) [![Python Version](https://img.shields.io/badge/Python-3.6+-blue.svg)](https://www.python.org/) [![Django Version](https://img.shields.io/badge/Django-v3.1+-important.svg)](https://www.djangoproject.com/) [![LICENSE](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)](https://gitee.com/itxq/django-kelove-setting/blob/master/LICENSE) diff --git a/pyproject.toml b/pyproject.toml index c5da634..27da481 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "django-kelove-setting" -version = "2.0.0" +version = "2.0.1" description = "DJANGO 配置管理" -- Gitee