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.
1 parent 098ce4e commit 5bbade7Copy full SHA for 5bbade7
CHANGES.rst
@@ -1,6 +1,14 @@
1
Changelog for Jupyter-O2
2
========================
3
4
+1.1.4 - 2022-06-13
5
+------------------
6
+
7
+Fixed
8
+^^^^^
9
+- Increased login timeout from 10 seconds to 60 seconds
10
+ to reduce timeout errors
11
12
1.1.3 - 2022-03-06
13
------------------
14
src/jupyter_o2/__init__.py
@@ -29,7 +29,7 @@
29
)
30
31
__author__ = "Aaron Kollasch"
32
-__date__ = "2022-03-06"
+__date__ = "2022-06-13"
33
__copyright__ = "Copyright 2017-2022, Aaron Kollasch"
34
__email__ = "[email protected]"
35
__status__ = "Production"
0 commit comments