File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 1.0.3] 2021-05-16
4
+ ### Dependencies Update
5
+
6
+ - Bump Codebase: [ Flask Dashboard] ( https://github.com/app-generator/boilerplate-code-flask-dashboard ) v1.0.6
7
+ - Freeze used versions in ` requirements.txt `
8
+ - jinja2 = 2.11.3
9
+
3
10
## [ 1.0.2] 2021-05-11
4
11
### Improvements
5
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " argon-dashboard-flask" ,
3
3
"mastertemplate" : " boilerplate-code-django-dashboard" ,
4
- "version" : " 1.0.2 " ,
4
+ "version" : " 1.0.3 " ,
5
5
"description" : " Template project - Django Boilerplate Code " ,
6
6
"scripts" : {},
7
7
"repository" : {
Original file line number Diff line number Diff line change @@ -7,3 +7,4 @@ sqlalchemy==1.3.23
7
7
email_validator == 1.1.2
8
8
python-decouple == 3.4
9
9
gunicorn == 20.0.4
10
+ jinja2 == 2.11.3
You can’t perform that action at this time.
0 commit comments