Skip to content

Commit

Permalink
REL: v4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiggins committed Jul 12, 2018
1 parent 6915dce commit 7dc3b85
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.txt
Expand Up @@ -2,6 +2,18 @@
Chaco CHANGELOG
===============

Release 4.7.2
-------------

Fixes

* FIX: Ensure contiguous inputs to points_in_polygon (#409 & #410)
* FIX: Handle multiple plots in LegendHighlighter (#403)
* FIX: alias six.moves as sm (#401)
* FIX: Respect visibility in the LegendHighlighter (#402)
* BUG: Fix use of itertools.chain() (#394)


Release 4.7.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
MINOR = 7
MICRO = 2

IS_RELEASED = False
IS_RELEASED = True

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

Expand Down

0 comments on commit 7dc3b85

Please sign in to comment.