We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6915dce commit 7dc3b85Copy full SHA for 7dc3b85
CHANGES.txt
@@ -2,6 +2,18 @@
2
Chaco CHANGELOG
3
===============
4
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
17
Release 4.7.1
18
-------------
19
setup.py
@@ -11,7 +11,7 @@
MINOR = 7
MICRO = 2
-IS_RELEASED = False
+IS_RELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
0 commit comments