From cd4ba6beb19a6d2eeaef49833ce8f605bb24a78f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E9=81=87=E4=BA=86=E6=88=91?= Date: Mon, 3 Nov 2025 16:47:38 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E8=A1=A5?= =?UTF-8?q?=E4=B8=81?= 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 629cc91..1d744ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "logging" -version = "1.0.0" +version = "1.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.12" From 311e60e973c3e5b239fa19db7ab2784af93be460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=A0=E9=81=87=E4=BA=86=E6=88=91?= Date: Mon, 3 Nov 2025 16:48:03 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E8=A1=A5?= =?UTF-8?q?=E4=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index feb387b..6234f41 100644 --- a/conanfile.py +++ b/conanfile.py @@ -5,7 +5,7 @@ import os class loggingRecipe(ConanFile): name = "logging" - version = "1.0.0" + version = "1.1.0" license = "MIT" author = "321640253@qq.com" url = "https://github.com/WangZhongDian/logging.git"