File tree 4 files changed +22
-2
lines changed
4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres
6
6
to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.2.0] - 2022-09-14
9
+
10
+ ---
11
+
12
+ ### Added
13
+
14
+ * Date & Time input now use Flatpickr by @jowilf in https://github.com/jowilf/starlette-admin/pull/10
15
+
16
+ ** Full Changelog** : https://github.com/jowilf/starlette-admin/compare/0.1.1...0.2.0
17
+
18
+
8
19
## [ 0.1.1] - 2022-09-09
9
20
10
21
---
Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) , and this project adheres
6
6
to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.2.0] - 2022-09-14
9
+
10
+ ---
11
+
12
+ ### Added
13
+
14
+ * Date & Time input now use Flatpickr in [ #10 ] ( https://github.com/jowilf/starlette-admin/pull/10 )
15
+
16
+
8
17
## [ 0.1.1] - 2022-09-09
9
18
10
19
---
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " starlette-admin"
3
- version = " 0.1.1 "
3
+ version = " 0.2.0 "
4
4
description = " Simple and extensible admin interface framework for Starlette/FastApi"
5
5
authors = [" Jocelin Hounon <hounonj@gmail.com>" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.1 "
1
+ __version__ = "0.2.0 "
2
2
3
3
from starlette_admin .base import BaseAdmin
4
4
from starlette_admin .fields import *
You can’t perform that action at this time.
0 commit comments