We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad78c5 commit 96b08dfCopy full SHA for 96b08df
CHANGES.md
@@ -1,4 +1,6 @@
1
# Changes
2
+## 0.8.1 (2020-03-31)
3
+- `[fix]` Fix settings for Python 3.7
4
## 0.8.0 (2020-03-31)
5
- `[feature]` Settings plugin
6
## 0.7.0 (2020-03-29)
fastapi_plugins/version.py
@@ -13,7 +13,7 @@
13
14
from __future__ import absolute_import
15
16
-VERSION = (0, 8, 0)
+VERSION = (0, 8, 1)
17
18
__all__ = []
19
__author__ = 'madkote <madkote(at)bluewin.ch>'
0 commit comments