From 24d29510e784d93e9753c9f527ff0a3367a9f930 Mon Sep 17 00:00:00 2001 From: olivier Date: Fri, 19 May 2023 15:17:31 +0100 Subject: [PATCH] add release notes and bump version number --- ibllib/__init__.py | 2 +- release_notes.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ibllib/__init__.py b/ibllib/__init__.py index 18c710c25..a626765a6 100644 --- a/ibllib/__init__.py +++ b/ibllib/__init__.py @@ -2,7 +2,7 @@ import logging import warnings -__version__ = '2.22.3' +__version__ = '2.23.0' 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 a61c9fc17..35db1d74f 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,3 +1,8 @@ +## Release Notes 2.23 +### Release Notes 2.23.0 2023-05-19 +- quiescence period extraction +- ONEv2 requirement + ## Release Notes 2.22 ### Release Notes 2.22.3 2023-05-03