From de4e0847fe7352a9a38ffaa704f4dc652366282e Mon Sep 17 00:00:00 2001 From: Mayo Faulkner Date: Mon, 25 Sep 2023 15:08:50 +0100 Subject: [PATCH] version number and release notes --- ibllib/__init__.py | 2 +- release_notes.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ibllib/__init__.py b/ibllib/__init__.py index 79d4d537a..4e328ee70 100644 --- a/ibllib/__init__.py +++ b/ibllib/__init__.py @@ -2,7 +2,7 @@ import logging import warnings -__version__ = '2.25.2' +__version__ = '2.26' 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 3e74a481a..2f93201dc 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,4 +1,5 @@ -## Develop +## Release Notes 2.26 + ### features - Deprecate ibllib.atlas. Code now contained in package iblatlas