Skip to content

Commit

Permalink
Bump Codebase v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
App Generator committed May 16, 2021
1 parent e91f8f4 commit 3b33cfc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Change Log

## [1.0.2] 2021-05-16
### Dependencies Update

- Bump [Flask Codebase](https://github.com/app-generator/boilerplate-code-flask) v1.0.5
- Freeze used versions in `requirements.txt`
- jinja2 = 2.11.3

## [1.0.1] 2020-03-25
### Improvements

- Bump [Flask Codebase(https://github.com/app-generator/boilerplate-code-flask) v1.0.4
- Bump [Flask Codebase](https://github.com/app-generator/boilerplate-code-flask) v1.0.4
- Freeze used versions in `requirements.txt`
- flask_sqlalchemy = 2.4.4
- sqlalchemy = 1.3.23
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flask-soft-ui-free",
"mastertemplate": "boilerplate-code-flask",
"version": "1.0.1",
"version": "1.0.2",
"description": "Template project - Flask Boilerplate Code",
"scripts": {},
"repository": {
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ flask_bcrypt==0.7.1
email_validator==1.1.2
python-decouple==3.4
gunicorn==20.0.4
jinja2==2.11.3

0 comments on commit 3b33cfc

Please sign in to comment.