From b7d94f49943ba8aa25d14814ece0c893c5866b61 Mon Sep 17 00:00:00 2001 From: juhuntenburg Date: Fri, 11 Mar 2022 09:33:57 +0000 Subject: [PATCH] Fix moot release accident --- ibllib/__init__.py | 2 +- release_notes.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ibllib/__init__.py b/ibllib/__init__.py index 9bbc80627..e6a8cb1ed 100644 --- a/ibllib/__init__.py +++ b/ibllib/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.10.4" +__version__ = "2.10.5" import warnings from ibllib.misc import logger_config diff --git a/release_notes.md b/release_notes.md index 69ba95bbd..b0f0c4f21 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,5 +1,8 @@ ## Release Note 2.10 +## Release Note 2.10.5 2022-03-11 +- Fix moot release accident + ## Release Note 2.10.4 2022-03-11 - Data handler connects to correct alyx database on cortexlab