Skip to content

Commit e316c0c

Browse files
committed
Merge branch 'hotfix/2.13.3'
2 parents f805e96 + a69cb33 commit e316c0c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

ibllib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.13.2"
1+
__version__ = "2.13.3"
22
import warnings
33

44
from ibllib.misc import logger_config

release_notes.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
## Release Notes 2.13
2-
## Release Notes 2.13.1 2022-07-01
3-
- Hotfix: globus imports were mixed one.globus and one.remote
2+
## Release Notes 2.13.3 2022-07-01
3+
- Hotfix: fix previous hotfix with incorrect package version number
44

55
## Release Notes 2.13.2 2022-07-01
66
- Hotfix: datahandler sets local paths in init
77

8+
## Release Notes 2.13.1 2022-07-01
9+
- Hotfix: globus imports were mixed one.globus and one.remote
10+
11+
812
## Release Notes 2.13.0 2022-06-30
913
- Deprecated ibllib.version
1014
- Fix Globus patcher

0 commit comments

Comments
 (0)