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 843c7b6 commit 9b0edd0Copy full SHA for 9b0edd0
HISTORY.rst
@@ -3,6 +3,16 @@
3
History
4
-------
5
6
+v0.6.0 (2020-07-29)
7
+...................
8
+* improve ``__pretty__`` to work better with pydantic classes, #52
9
+* improve the way statement ranges are calculated, #58
10
+* drastically improve import time, #50
11
+* pretty printing for non-standard dicts, #60
12
+* better statement finding for mult-line statements, #61
13
+* colors in windows, #57
14
+* fix ``debug(type(dict(...)))``, #62
15
+
16
v0.5.1 (2019-10-09)
17
...................
18
* fix python tag in ``setup.cfg``, #46
devtools/version.py
@@ -1,3 +1,3 @@
1
__all__ = ('VERSION',)
2
-VERSION = '0.6a1'
+VERSION = '0.6'
0 commit comments