Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Apr 24, 2024
1 parent fd8726f commit d862197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.34.1'
__version__ = '2.35.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
3 changes: 2 additions & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
## Develop
## Release Note 2.35.0

## features
- Adding LightningPose task

## bugfixes
- SessionLoader can now handle trials that are not in the alf collection
- Extraction of trials from pre-generated sequences supports iblrigv8 keys

## Release Note 2.34.0

Expand Down

0 comments on commit d862197

Please sign in to comment.