diff --git a/CHANGELOG.md b/CHANGELOG.md index 823eda3..4f6259b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.5.4] +### Modified +- `iblatlas.plots.plot_swanson_vector` option to show colorbar + ## [0.5.3] ### Modified - `iblatlas.plots` uses matplotlib.colormaps.get_cmap instead of deprecated cm.get_cmap diff --git a/iblatlas/__init__.py b/iblatlas/__init__.py index c62807c..e3b5018 100644 --- a/iblatlas/__init__.py +++ b/iblatlas/__init__.py @@ -194,4 +194,4 @@ .. [10] Allen Mouse Common Coordinate Framework Technical White Paper (October 2017 v3) http://help.brain-map.org/download/attachments/8323525/Mouse_Common_Coordinate_Framework.pdf """ -__version__ = '0.5.3' +__version__ = '0.5.4'