We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f805e96 + a69cb33 commit e316c0cCopy full SHA for e316c0c
ibllib/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.13.2"
+__version__ = "2.13.3"
2
import warnings
3
4
from ibllib.misc import logger_config
release_notes.md
@@ -1,10 +1,14 @@
## Release Notes 2.13
-## Release Notes 2.13.1 2022-07-01
-- Hotfix: globus imports were mixed one.globus and one.remote
+## Release Notes 2.13.3 2022-07-01
+- Hotfix: fix previous hotfix with incorrect package version number
5
## Release Notes 2.13.2 2022-07-01
6
- Hotfix: datahandler sets local paths in init
7
8
+## Release Notes 2.13.1 2022-07-01
9
+- Hotfix: globus imports were mixed one.globus and one.remote
10
+
11
12
## Release Notes 2.13.0 2022-06-30
13
- Deprecated ibllib.version
14
- Fix Globus patcher
0 commit comments