Skip to content

Commit 109199f

Browse files
committed
Bump package to 0.3.2
1 parent e8ed234 commit 109199f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Diff for: CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff 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

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='Flask-DB',
7-
version='0.3.1',
7+
version='0.3.2',
88
author='Nick Janetakis',
99
author_email='[email protected]',
1010
url='https://github.com/nickjj/flask-db',

Diff for: tests/example_app/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Flask==1.1.2
22
SQLAlchemy==1.3.20
33
SQLAlchemy-Utils==0.36.8
44
Flask-SQLAlchemy==2.4.4
5-
Flask-DB==0.3.1
5+
Flask-DB==0.3.2

0 commit comments

Comments
 (0)