Skip to content

Commit 59fd19d

Browse files
committed
release notes and version number
1 parent f321c0a commit 59fd19d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ibllib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
import warnings
44

5-
__version__ = '2.33.0'
5+
__version__ = '2.34.0'
66
warnings.filterwarnings('always', category=DeprecationWarning, module='ibllib')
77

88
# if this becomes a full-blown library we should let the logging configuration to the discretion of the dev

release_notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Release Note 2.34.0
2+
3+
## features
4+
- Task assert_expected_input now take into account revisions
5+
- Camera qc and video motion now take into account dynamic pipeline folder
6+
7+
## bugfixes
8+
- Typo in raw_ephys_data documentation
9+
- oneibl.register_datasets accounts for non existing sessions when checking protected dsets
10+
111
## Release Note 2.33.0
212

313
## features

0 commit comments

Comments
 (0)