We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c9578 commit ad14a42Copy full SHA for ad14a42
docs/changelog.md
@@ -3,8 +3,9 @@
3
## v4.0.0b3 🌈
4
5
Refactor the code to make it more organized and easier to maintain. This includes:
6
-- All types are under `types`.
7
-- A
+
+- All types are under `types` instead of separated to `broker_types` and `settings_types`.
8
+- Added `__all__` to `models`, and other packages.
9
10
## v4.0.0b2 🌈
11
docs/requirements.txt
@@ -1,2 +1,2 @@
1
mkdocs==1.6.1
2
-mkdocs-material==9.6.10
+mkdocs-material==9.6.11
0 commit comments