diff --git a/dailycheckin/__version__.py b/dailycheckin/__version__.py index ac04dc3c8..cc7e686a6 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 000000000..406825e0d --- /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 35951dab4..53055737c 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 76be7b158..049040c98 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 โ†’ ), },