Skip to content

Commit 8f936b0

Browse files
committed
重新调整了版本更新日志说明
Signed-off-by: Sadam·Sadik <1903249375@qq.com>
1 parent cc496b7 commit 8f936b0

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -78,24 +78,13 @@ pip install /path/to/your_project/dist/DjangoAsyncAdmin-6.5.4.tar.gz
7878
</tr>
7979

8080
<tr>
81-
<td rowspan="2">6.7.2</td>
81+
<td rowspan="2">6.8.0</td>
8282
<td colspan="2">实现了Json编辑器(JsonTextField)和密码生成Input(PasswordInputField)等组件,并且同时初步调整了组件目录结构,提高了代码的可读性.</td>
8383
</tr>
8484
<tr>
8585
<td colspan="2"><img src="https://haoke98.github.io/DjangoAsyncAdmin/static/json_text_field.png"/></td>
8686
</tr>
8787

88-
89-
90-
<tr>
91-
<td rowspan="2">6.7.1</td>
92-
<td colspan="2">增加了拥有复制和自动生成密码的表单字段 PasswordFormField.</td>
93-
</tr>
94-
<tr>
95-
<td colspan="2"><img src="https://haoke98.github.io/DjangoAsyncAdmin/static/截屏2023-11-15%2016.20.58.png"/></td>
96-
</tr>
97-
98-
9988
<tr>
10089
<td>6.7.0</td>
10190
<td colspan="2">增加了基本类BaseModel和BaseModelWithShowRate,减少开发过程中反复进行一些基本字段和属性的设计, 提高设计模型的效率.</td>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "DjangoAsyncAdmin"
3-
version = "6.7.2"
3+
version = "6.8.0"
44
authors = [
55
{ name = "Sadam·Sadik", email = "1903249375@qq.com" },
66
]

0 commit comments

Comments
 (0)