Skip to content

Commit 7dc3b85

Browse files
committed
REL: v4.7.2
1 parent 6915dce commit 7dc3b85

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.txt

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Chaco CHANGELOG
33
===============
44

5+
Release 4.7.2
6+
-------------
7+
8+
Fixes
9+
10+
* FIX: Ensure contiguous inputs to points_in_polygon (#409 & #410)
11+
* FIX: Handle multiple plots in LegendHighlighter (#403)
12+
* FIX: alias six.moves as sm (#401)
13+
* FIX: Respect visibility in the LegendHighlighter (#402)
14+
* BUG: Fix use of itertools.chain() (#394)
15+
16+
517
Release 4.7.1
618
-------------
719

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
MINOR = 7
1212
MICRO = 2
1313

14-
IS_RELEASED = False
14+
IS_RELEASED = True
1515

1616
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
1717

0 commit comments

Comments
 (0)