File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ Changes
33
44.. currentmodule :: objgraph
55
6- 3.1.3 (unreleased )
6+ 3.2.0 (2017-12-20 )
77------------------
88
99- New ``filter `` argument for :func: `typestats `, :func: `most_common_types `,
1010 :func: `show_most_common_types `, :func: `show_growth `.
1111
12- - Show lambda function more human-readble with change to :func: ` _short_repr `
12+ - Show lambda functions in a more human-friendly way.
1313
1414
15153.1.2 (2017-11-27)
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ define release_recipe =
8787 @echo
8888 @echo "about now. Then sanity-check the images with"
8989 @echo
90- @echo " $( VCS_DIFF_IMAGES ) "
90+ @echo " make imgdiff "
9191 @echo
9292 @echo "then either revert or commit the new images and run"
9393 @echo
Original file line number Diff line number Diff line change 5454__author__ = "Marius Gedminas (marius@gedmin.as)"
5555__copyright__ = "Copyright (c) 2008-2017 Marius Gedminas and contributors"
5656__license__ = "MIT"
57- __version__ = '3.1.3.dev0 '
57+ __version__ = '3.2.0 '
5858__date__ = "2017-10-30"
5959
6060
You can’t perform that action at this time.
0 commit comments