There was an error while loading. Please reload this page.
1 parent 4cd875c commit b4c4275Copy full SHA for b4c4275
HISTORY.md
@@ -1,3 +1,9 @@
1
+## v0.9.0 (2022-07-26)
2
+
3
+* fix format of nested dataclasses, #99 thanks @aliereno
4
+* Moving to `pyproject.toml`, complete type hints and test with mypy, #107
5
+* add `install` command to add `debug` to `__builtins__`, #108
6
7
## v0.8.0 (2021-09-29)
8
9
* test with python 3.10 #91
devtools/version.py
@@ -1 +1 @@
-VERSION = '0.7.0'
+VERSION = '0.9.0'
0 commit comments