Skip to content

Commit

Permalink
release notes and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed Apr 11, 2024
1 parent f321c0a commit 59fd19d
Show file tree
Hide file tree
Showing 2 changed files with 11 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.33.0'
__version__ = '2.34.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
10 changes: 10 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## Release Note 2.34.0

## features
- Task assert_expected_input now take into account revisions
- Camera qc and video motion now take into account dynamic pipeline folder

## bugfixes
- Typo in raw_ephys_data documentation
- oneibl.register_datasets accounts for non existing sessions when checking protected dsets

## Release Note 2.33.0

## features
Expand Down

0 comments on commit 59fd19d

Please sign in to comment.