Skip to content

Commit 96b08df

Browse files
committed
Fix settings for python 3.7
1 parent 1ad78c5 commit 96b08df

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changes
2+
## 0.8.1 (2020-03-31)
3+
- `[fix]` Fix settings for Python 3.7
24
## 0.8.0 (2020-03-31)
35
- `[feature]` Settings plugin
46
## 0.7.0 (2020-03-29)

fastapi_plugins/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
from __future__ import absolute_import
1515

16-
VERSION = (0, 8, 0)
16+
VERSION = (0, 8, 1)
1717

1818
__all__ = []
1919
__author__ = 'madkote <madkote(at)bluewin.ch>'

0 commit comments

Comments
 (0)