Skip to content

Commit 0a962e9

Browse files
committed
Preparing release 3.2.0
1 parent 03b6145 commit 0a962e9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

1515
3.1.2 (2017-11-27)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

objgraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
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

0 commit comments

Comments
 (0)