Skip to content

Commit b0fb5ba

Browse files
author
App Generator
committed
Bump Codebase v1.0.6
1 parent 4fb11c8 commit b0fb5ba

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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-03-18
411
### Improvements
512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flask-dashboard-coreui",
33
"mastertemplate": "boilerplate-code-flask-dashboard",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"description": "Template project - Flask Boilerplate Code",
66
"repository": {
77
"type": "git",

requirements.txt

Lines changed: 1 addition & 0 deletions
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)