diff --git a/ibllib/__init__.py b/ibllib/__init__.py index b37cae0a1..18c710c25 100644 --- a/ibllib/__init__.py +++ b/ibllib/__init__.py @@ -2,7 +2,7 @@ import logging import warnings -__version__ = '2.22.2' +__version__ = '2.22.3' warnings.filterwarnings('always', category=DeprecationWarning, module='ibllib') # if this becomes a full-blown library we should let the logging configuration to the discretion of the dev diff --git a/release_notes.md b/release_notes.md index c61aca7d6..a61c9fc17 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,11 +1,15 @@ ## Release Notes 2.22 -### Release Notes 2.22.2 + +### Release Notes 2.22.3 2023-05-03 +# same as 2.22.2 (I messed up the release sorry) + +### Release Notes 2.22.2 2023-05-03 ### bugfixes - training plots - ### features - can change download path for atlas -### Release Notes 2.22.1 +### Release Notes 2.22.1 2023-05-02 ### bugfixes - use session path in training status task