diff --git a/ibllib/__init__.py b/ibllib/__init__.py index ebb18822e..edd308d56 100644 --- a/ibllib/__init__.py +++ b/ibllib/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.12.2" +__version__ = "2.13.0" import warnings from ibllib.misc import logger_config diff --git a/release_notes.md b/release_notes.md index a054f6f68..21173a563 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,7 +1,11 @@ ## Release Notes 2.13 -## Release Notes 2.13.0 PRERELEASE +## Release Notes 2.13.0 2022-06-30 - Deprecated ibllib.version - Fix Globus patcher +- Add SpikeSorting Loader samples2times function +- Fix atlas.BrainCoordinate.xyz2i functions to not quietly wrap indices out of volume bounds. +- Set jobs to Held if parent jobs are Started or Abandoned as well +- Reverse matplotlib colorbars in density displays ## Release Notes 2.12 ## Release Notes 2.12.2 2022-05-27