Skip to content

Commit 9b4bb91

Browse files
author
App Generator
committed
Bump Flask Codebase v1.0.6
1 parent 7a9b17a commit 9b4bb91

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

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+
310
## [1.0.2] 2021-05-11
411
### Improvements
512

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "argon-dashboard-flask",
33
"mastertemplate": "boilerplate-code-django-dashboard",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"description": "Template project - Django Boilerplate Code ",
66
"scripts": {},
77
"repository": {

Diff for: requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ sqlalchemy==1.3.23
77
email_validator==1.1.2
88
python-decouple==3.4
99
gunicorn==20.0.4
10+
jinja2==2.11.3

0 commit comments

Comments
 (0)