From 296753e5c6539992c2966561ffd380f491fc4aa4 Mon Sep 17 00:00:00 2001 From: olivier Date: Wed, 27 Jul 2022 19:13:25 +0200 Subject: [PATCH] 2.13.5 release --- 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 05e6e1a90..f890e2d0e 100644 --- a/ibllib/__init__.py +++ b/ibllib/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.13.4" +__version__ = "2.13.5" import warnings from ibllib.misc import logger_config diff --git a/release_notes.md b/release_notes.md index 93b957a32..a6d4b8fdc 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,4 +1,7 @@ ## Release Notes 2.13 +## Release Notes 2.13.4 2022-07-27 +- Hotfix: pseudo session biased generation contrast distribution + ## Release Notes 2.13.4 2022-07-22 - Hotfix: Density displays had unexisting colormaps in snapshots QC tasks - Generate extra training plots based on psychometric curves