Skip to content

Commit

Permalink
Fix settings for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
madkote committed Mar 31, 2021
1 parent 1ad78c5 commit 96b08df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Changes
## 0.8.1 (2020-03-31)
- `[fix]` Fix settings for Python 3.7
## 0.8.0 (2020-03-31)
- `[feature]` Settings plugin
## 0.7.0 (2020-03-29)
Expand Down
2 changes: 1 addition & 1 deletion fastapi_plugins/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from __future__ import absolute_import

VERSION = (0, 8, 0)
VERSION = (0, 8, 1)

__all__ = []
__author__ = 'madkote <madkote(at)bluewin.ch>'
Expand Down

0 comments on commit 96b08df

Please sign in to comment.