Skip to content

Commit 790053c

Browse files
committed
release notes and version number
1 parent 7293f56 commit 790053c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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.23.0'
5+
__version__ = '2.23.1'
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
## Release Notes 2.23
2+
### Release Notes 2.23.1 2023-06-15
3+
### features
4+
- split swanson areas
5+
### bugfixes
6+
- trainig plots
7+
- fix datahandler on SDSC for ONEv2
8+
29
### Release Notes 2.23.0 2023-05-19
310
- quiescence period extraction
411
- ONEv2 requirement

0 commit comments

Comments
 (0)