Skip to content

Commit

Permalink
Merge branch 'hotfix/2.22.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed May 3, 2023
2 parents dfa47a0 + fddaa05 commit 874ef1a
Show file tree
Hide file tree
Showing 2 changed files with 7 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.22.1'
__version__ = '2.22.2'
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
6 changes: 6 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## Release Notes 2.22
### Release Notes 2.22.2
### bugfixes
- training plots
-
### features
- can change download path for atlas
### Release Notes 2.22.1
### bugfixes
- use session path in training status task
Expand Down

0 comments on commit 874ef1a

Please sign in to comment.