Codebase list apispec / 094aba2
Bump version and update CHANGELOG Jérôme Lafréchoux 3 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
00 Changelog
11 ---------
22
3 4.0.0b2 (unreleased)
4 ********************
3 4.0.0 (2020-09-30)
4 ******************
55
66 Features:
77
22 from .core import APISpec
33 from .plugin import BasePlugin
44
5 __version__ = "4.4.0b1"
5 __version__ = "4.0.0"
66 __all__ = ["APISpec", "BasePlugin"]