diff --git a/ibllib/__init__.py b/ibllib/__init__.py index f4a1a12b6..a304a7f27 100644 --- a/ibllib/__init__.py +++ b/ibllib/__init__.py @@ -2,7 +2,7 @@ import logging import warnings -__version__ = '2.31.0' +__version__ = '2.32.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 fc7956db3..72539b790 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,3 +1,11 @@ +## Release Notes 2.32 + +## features +- SDSC patcher automatically support revisons + +## others +- Add extra key to alignment qc with manual resolution for channel upload +- ## Release Notes 2.31 ### features