Skip to content

Commit bc379a4

Browse files
committed
Merge branch 'master' into develop
2 parents dbb2c4f + e71deaa commit bc379a4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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.22.3'
5+
__version__ = '2.23.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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release Notes 2.23
2+
### Release Notes 2.23.0 2023-05-19
3+
- quiescence period extraction
4+
- ONEv2 requirement
5+
16
## Release Notes 2.22
27

38
### Release Notes 2.22.3 2023-05-03

0 commit comments

Comments
 (0)