Skip to content

Commit

Permalink
release notes and version
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed Jun 27, 2024
1 parent 1b41c84 commit 089274b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ibllib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging
import warnings

__version__ = '2.36.0'
__version__ = '2.37.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
Expand Down
8 changes: 8 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Release Note 2.37.0

### features
- Add code in preparation for retirement of old training and ephys local server pipelines

### bugfixes
- Change handling of trials extraction of iblrigv8 sessions such that pregenerated session is not used

## Release Note 2.36.0

### features
Expand Down

0 comments on commit 089274b

Please sign in to comment.