Skip to content

Commit

Permalink
version number and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed Mar 4, 2024
1 parent a9c1666 commit 7ae6123
Show file tree
Hide file tree
Showing 2 changed files with 9 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.31.0'
__version__ = '2.32.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
8 changes: 8 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Release Notes 2.32

## features
- SDSC patcher automatically support revisons

## others
- Add extra key to alignment qc with manual resolution for channel upload
-
## Release Notes 2.31

### features
Expand Down

0 comments on commit 7ae6123

Please sign in to comment.