File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 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/).
77
88## [ Unreleased]
99
10+ - Nothing yet!
11+
12+ ## [ 0.3.2] - 2021-06-03
13+
1014### Changed
1115
1216- Remove ` $ ` in template placeholders to avoid certain code editor errors
@@ -48,7 +52,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
4852
4953- Everything!
5054
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
5257[ 0.3.1 ] : https://github.com/nickjj/flask-db/compare/0.3.0...0.3.1
5358[ 0.3.0 ] : https://github.com/nickjj/flask-db/compare/0.2.0...0.3.0
5459[ 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 44
55setup (
66 name = 'Flask-DB' ,
7- version = '0.3.1 ' ,
7+ version = '0.3.2 ' ,
88 author = 'Nick Janetakis' ,
99 author_email = 'nick.janetakis@gmail.com' ,
1010 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
22SQLAlchemy == 1.3.20
33SQLAlchemy-Utils == 0.36.8
44Flask-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