Skip to content

Commit 10f8bcb

Browse files
committed
Added more classifiers
1 parent 1ef5cb8 commit 10f8bcb

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ <h4 class="title">FastAdmin</h4>
181181
<li class="nav-item">
182182
<a class="nav-link" href="#changelog">Changelog</a>
183183
<ul class="nav flex-column">
184+
<li class="nav-item">
185+
<a class="nav-link" href="#v0_1_28">v0.1.28</a>
186+
</li>
184187
<li class="nav-item">
185188
<a class="nav-link" href="#v0_1_27">v0.1.27</a>
186189
</li>
@@ -221,7 +224,7 @@ <h1>Documentation</h1>
221224
<div class="row">
222225
<div class="col-sm-6 col-lg-4">
223226
<ul class="list-unstyled">
224-
<li><strong>Version:</strong> 0.1.26</li>
227+
<li><strong>Version:</strong> 0.1.28</li>
225228
<li>
226229
<strong>Author:</strong>
227230
<a href="mailto:vsdudakov@gmail.com" target="_blank"

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastadmin"
3-
version = "0.1.27"
3+
version = "0.1.28"
44
description = ""
55
authors = ["Seva D <vsdudakov@gmail.com>"]
66
license = "MIT"
@@ -11,6 +11,8 @@ keywords = ["fastapi", "admin"]
1111
classifiers = [
1212
"Environment :: Console",
1313
"Framework :: FastAPI",
14+
"Framework :: Django",
15+
"Framework :: Flask",
1416
"Operating System :: OS Independent",
1517
"Topic :: Software Development :: Documentation",
1618
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)