diff --git a/CHANGES.rst b/CHANGES.rst index 0910707..a8ca675 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,13 @@ Changelog for Jupyter-O2 ======================== +1.1.2 - 2021-11-26 +------------------ + +Added +^^^^^ +- Check for available updates #13 + 1.1.1 - 2021-11-24 ------------------ @@ -83,38 +90,6 @@ Added The second ssh session is now disabled by default and can be re-enabled in the config file. -1.0.1 - 2020-07-14 ------------------- - -Added -^^^^^ - -- #4 Improved README - -Fixed -^^^^^ - -- #3 Made hostname decode error more readable -- #5 Disabled timeout when starting interactive session - - -1.0.0 - 2019-05-30 ------------------- - -Fixed -^^^^^ - -- #3 Improve exception handling -- Fix handling of alternate ports - -0.2.9 - 2018-12-04 ------------------- - -Added -^^^^^ - -- #1 Initial implementation of Duo 2FA handler to address new O2 login procedures - For information about older versions, see their `release notes`__. __ https://github.com/aaronkollasch/jupyter-o2/releases diff --git a/src/jupyter_o2/__init__.py b/src/jupyter_o2/__init__.py index 73c68d3..67f6382 100644 --- a/src/jupyter_o2/__init__.py +++ b/src/jupyter_o2/__init__.py @@ -29,7 +29,7 @@ ) __author__ = "Aaron Kollasch" -__date__ = "2021-11-24" +__date__ = "2021-11-26" __copyright__ = "Copyright 2017-2021, Aaron Kollasch" __email__ = "aaron@kollasch.dev" __status__ = "Production"