Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b4c4275

Browse files
committedJul 26, 2022
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

+6
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

+1-1
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)
Please sign in to comment.