Skip to content

Commit 9b0edd0

Browse files
committed
set version and history
1 parent 843c7b6 commit 9b0edd0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

HISTORY.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
History
44
-------
55

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+
616
v0.5.1 (2019-10-09)
717
...................
818
* fix python tag in ``setup.cfg``, #46

devtools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__all__ = ('VERSION',)
22

3-
VERSION = '0.6a1'
3+
VERSION = '0.6'

0 commit comments

Comments
 (0)