Skip to content

Commit

Permalink
Merge branch 'release/2.26' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed Sep 25, 2023
2 parents 0176119 + de4e084 commit 3deb565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.25.2'
__version__ = '2.26'
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
3 changes: 2 additions & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Develop
## Release Notes 2.26

### features
- Deprecate ibllib.atlas. Code now contained in package iblatlas

Expand Down

0 comments on commit 3deb565

Please sign in to comment.