From 9416d9cb286f9f81f450f79294c13f2964e76426 Mon Sep 17 00:00:00 2001 From: Mayo Faulkner Date: Wed, 3 May 2023 11:55:27 +0100 Subject: [PATCH] release notes and version --- ibllib/__init__.py | 2 +- release_notes.md | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) 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