Stop using the dataclass module

This commit is contained in:
Joscha 2019-06-22 22:20:50 +00:00
parent 6f0555c21b
commit 1faee1b550
2 changed files with 10 additions and 5 deletions

View file

@ -3,6 +3,7 @@
## Next version
- Fix indentation of multi-line messages
- Stop using dataclass (for backwards compatibility with Python 3.6)
## 1.0.0 (2019-06-21)