File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
7
7
8
8
## [ Unreleased]
9
9
10
+ - Nothing yet!
11
+
12
+ ## [ 0.3.2] - 2021-06-03
13
+
10
14
### Changed
11
15
12
16
- Remove ` $ ` in template placeholders to avoid certain code editor errors
@@ -48,7 +52,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
48
52
49
53
- Everything!
50
54
51
- [ Unreleased ] : https://github.com/nickjj/flask-db/compare/0.3.1...HEAD
55
+ [ Unreleased ] : https://github.com/nickjj/flask-db/compare/0.3.2...HEAD
56
+ [ 0.3.2 ] : https://github.com/nickjj/flask-db/compare/0.3.1...0.3.2
52
57
[ 0.3.1 ] : https://github.com/nickjj/flask-db/compare/0.3.0...0.3.1
53
58
[ 0.3.0 ] : https://github.com/nickjj/flask-db/compare/0.2.0...0.3.0
54
59
[ 0.2.0 ] : https://github.com/nickjj/flask-db/compare/0.1.1...0.2.0
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'Flask-DB' ,
7
- version = '0.3.1 ' ,
7
+ version = '0.3.2 ' ,
8
8
author = 'Nick Janetakis' ,
9
9
10
10
url = 'https://github.com/nickjj/flask-db' ,
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ Flask==1.1.2
2
2
SQLAlchemy == 1.3.20
3
3
SQLAlchemy-Utils == 0.36.8
4
4
Flask-SQLAlchemy == 2.4.4
5
- Flask-DB == 0.3.1
5
+ Flask-DB == 0.3.2
You can’t perform that action at this time.
0 commit comments