Skip to content

Commit edef693

Browse files
committed
Added Pony ORM support and updated documentation
1 parent 7509470 commit edef693

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

docs/index.html

Lines changed: 15 additions & 2 deletions
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_22">v0.1.22</a>
186+
</li>
184187
<li class="nav-item">
185188
<a class="nav-link" href="#v0_1_21">v0.1.21</a>
186189
</li>
@@ -206,7 +209,7 @@ <h1>Documentation</h1>
206209
<div class="row">
207210
<div class="col-sm-6 col-lg-4">
208211
<ul class="list-unstyled">
209-
<li><strong>Version:</strong> 1.1.21</li>
212+
<li><strong>Version:</strong> 1.1.22</li>
210213
<li>
211214
<strong>Author:</strong>
212215
<a href="mailto:vsdudakov@gmail.com" target="_blank"
@@ -221,7 +224,7 @@ <h1>Documentation</h1>
221224
<strong class="font-weight-700">Created:</strong> 7 March,
222225
2023
223226
</li>
224-
<li><strong>Updated:</strong> 13 March, 2023</li>
227+
<li><strong>Updated:</strong> 16 March, 2023</li>
225228
</ul>
226229
</div>
227230
</div>
@@ -1343,6 +1346,16 @@ <h2>Changelog</h2>
13431346
<hr class="small-divider" />
13441347
<!-- <p class="alert alert-info mb-5"> For Future Updates Follow Us <a target="_blank" href="http://themeforest.net/user/harnishdesign?ref=HarnishDesign">@themeforest</a> / <a target="_blank" href="http://facebook.com/harnishdesign">@facebook</a> / <a target="_blank" href="http://twitter.com/harnishdesign">@twitter</a> / <a target="_blank" href="https://dribbble.com/harnishdesign">@Dribbble</a></p> -->
13451348

1349+
<h3 id="v0_1_22">
1350+
Version 0.1.22
1351+
<small class="text-muted">(16 March, 2023)</small>
1352+
</h3>
1353+
<ul class="changelog">
1354+
<li>Added support for Pony ORM.</li>
1355+
<li>Updated documentation.</li>
1356+
</ul>
1357+
<hr class="small-divider" />
1358+
13461359
<h3 id="v0_1_21">
13471360
Version 0.1.21
13481361
<small class="text-muted">(13 March, 2023)</small>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fastadmin"
3-
version = "0.1.21"
3+
version = "0.1.22"
44
description = ""
55
authors = ["Seva D <vsdudakov@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)