Skip to content

Commit d9dbdfa

Browse files
committed
Fixed typo in README
1 parent 3be3b58 commit d9dbdfa

2 files changed

Lines changed: 21 additions & 14 deletions

File tree

docs/index.html

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@ <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_20">v0.1.20</a>
186+
</li>
187+
<li class="nav-item">
188+
<a class="nav-link" href="#v0_1_19">v0.1.19</a>
189+
</li>
184190
<li class="nav-item">
185191
<a class="nav-link" href="#v0_1_18">v0.1.18</a>
186192
</li>
@@ -1034,25 +1040,26 @@ <h2>Changelog</h2>
10341040
See what's new added, changed, fixed, improved or updated in the
10351041
latest versions.
10361042
</p>
1043+
<hr class="divider">
10371044
<!-- <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> -->
1038-
<!--
1039-
<h3 id="v1-1">Version 1.1 <small class="text-muted">(12 Oct, 2020)</small></h3>
1045+
1046+
<h3 id="v0_1_20">Version 0.1.20 <small class="text-muted">(11 March, 2023)</small></h3>
10401047
<ul class="changelog">
1041-
<li><span class="badge badge-success">Added</span> Your information here for added new feature</li>
1042-
<li><span class="badge badge-danger">Fixed</span> Some minor bugs for browser compatibility</li>
1043-
<li><span class="badge badge-danger">Fixed</span> Some minor bugs for responsive</li>
1044-
<li><span class="badge badge-info">Updated</span> FontAwesome to Latest Version</li>
1045-
<li><span class="badge badge-info">Updated</span> Bootstrap to Latest Version</li>
1046-
<li><span class="badge badge-info">Updated</span> Improvements in CSS and JS</li>
1048+
<li>Added supporting Django, Flask + moduling architecture.</li>
1049+
<li>Fixed some minor bugs.</li>
10471050
</ul>
1051+
<hr class="divider">
10481052

1053+
<h3 id="v0_1_19">Version 0.1.19 <small class="text-muted">(9 March, 2023)</small></h3>
1054+
<ul class="changelog">
1055+
<li>Fixed some minor bugs.</li>
1056+
</ul>
10491057
<hr class="divider">
1050-
-->
10511058

1052-
<h3 id="#v0_1_18">
1053-
Version 0.1.18 <small class="text-muted">(7 March, 2023)</small>
1054-
</h3>
1055-
<p>Initial Release</p>
1059+
<h3 id="v0_1_18">Version 0.1.18 <small class="text-muted">(7 March, 2023)</small></h3>
1060+
<ul class="changelog">
1061+
<li>Initial Release.</li>
1062+
</ul>
10561063
</section>
10571064
</div>
10581065
</div>

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.19"
3+
version = "0.1.20"
44
description = ""
55
authors = ["Seva D <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)