From 4067f3c6df3c1991ca7d6b82eaaeed9e412cb0a1 Mon Sep 17 00:00:00 2001 From: shitao <133397418@qq.com> Date: Wed, 15 May 2024 09:55:46 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=E5=8D=87=E7=BA=A7(=5F=5Fv?= =?UTF-8?q?ersion=5F=5F.py)=EF=BC=9A=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E4=BB=8E24.3.19=E5=88=B024.5.15=20=20=20=F0=9F=93=9D?= =?UTF-8?q?=20=E6=B7=BB=E5=8A=A0=E6=96=87=E6=A1=A3(2024-05-15.mdx)?= =?UTF-8?q?=EF=BC=9A=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=9A=84=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E8=AE=B0=E5=BD=95=20=20=20=E2=9C=A8=20?= =?UTF-8?q?=E5=8A=9F=E8=83=BD(=5Fmeta.json)=EF=BC=9A=E5=9C=A8meta=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=B8=AD=E6=B7=BB=E5=8A=A0=E6=96=B0=E7=9A=84=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=97=A5=E6=9C=9F=20=20=20=F0=9F=92=A1=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=B3=A8=E9=87=8A(theme.config.tsx)=EF=BC=9A=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=8F=91=E5=B8=83=E6=A8=AA=E5=B9=85=E7=9A=84=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E5=92=8C=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dailycheckin/__version__.py | 2 +- docs/pages/history/2024-05-15.mdx | 7 +++++++ docs/pages/history/_meta.json | 1 + docs/theme.config.tsx | 6 +++--- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 docs/pages/history/2024-05-15.mdx diff --git a/dailycheckin/__version__.py b/dailycheckin/__version__.py index ac04dc3..cc7e686 100755 --- a/dailycheckin/__version__.py +++ b/dailycheckin/__version__.py @@ -1 +1 @@ -__version__ = "24.3.19" +__version__ = "24.5.15" diff --git a/docs/pages/history/2024-05-15.mdx b/docs/pages/history/2024-05-15.mdx new file mode 100644 index 0000000..406825e --- /dev/null +++ b/docs/pages/history/2024-05-15.mdx @@ -0,0 +1,7 @@ +# 2024-05-15 + +![PyPI](https://img.shields.io/badge/Pypi-v24.5.15-brightgreen) + +## ๐Ÿ› ไฟฎๅค + +- ไฟฎๅคใ€Œ็ˆฑๅฅ‡่‰บใ€็ญพๅˆฐๅคฑๆ•ˆ็š„้—ฎ้ข˜ diff --git a/docs/pages/history/_meta.json b/docs/pages/history/_meta.json index 35951da..5305573 100644 --- a/docs/pages/history/_meta.json +++ b/docs/pages/history/_meta.json @@ -1,4 +1,5 @@ { + "2024-05-15": "2024-05-15", "2024-03-19": "2024-03-19", "2024-03-11": "2024-03-11", "2024-03-07": "2024-03-07", diff --git a/docs/theme.config.tsx b/docs/theme.config.tsx index 76be7b1..049040c 100644 --- a/docs/theme.config.tsx +++ b/docs/theme.config.tsx @@ -72,13 +72,13 @@ const config: DocsThemeConfig = { } }, banner: { - key: '2024.3.19-release', + key: '2024.5.15-release', text: ( - ๐ŸŽ‰ DailyCheckIn 2024.3.19 is released. Read more โ†’ + ๐ŸŽ‰ DailyCheckIn 2024.5.15 is released. Read more โ†’ ), },