Skip to content

Commit b4c4275

Browse files
committed
prepare for release
1 parent 4cd875c commit b4c4275

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## v0.8.0 (2021-09-29)
28

39
* test with python 3.10 #91

devtools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.7.0'
1+
VERSION = '0.9.0'

0 commit comments

Comments
 (0)