Skip to content

Commit 7ae6123

Browse files
committed
version number and release notes
1 parent a9c1666 commit 7ae6123

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-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.31.0'
5+
__version__ = '2.32.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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Release Notes 2.32
2+
3+
## features
4+
- SDSC patcher automatically support revisons
5+
6+
## others
7+
- Add extra key to alignment qc with manual resolution for channel upload
8+
-
19
## Release Notes 2.31
210

311
### features

0 commit comments

Comments
 (0)