Skip to content

Commit

Permalink
Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Aug 16, 2023
1 parent a0a99be commit 07c5841
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## Version 2.0.1

Released: -
Released: 2023/8/15

- Add `Config` field to dump Flask `app.config` variables ([issue #468][issue_468]).
- Fix the typing of newly updated `doc(responses)` parameter ([issue #466][issue_466]).

[issue_466]: https://github.com/apiflask/apiflask/issues/466
[issue_468]: https://github.com/apiflask/apiflask/issues/468


Expand Down
2 changes: 1 addition & 1 deletion src/apiflask/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
from .security import HTTPBasicAuth as HTTPBasicAuth
from .security import HTTPTokenAuth as HTTPTokenAuth

__version__ = '2.0.1-dev'
__version__ = '2.0.1'

0 comments on commit 07c5841

Please sign in to comment.