webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

commit 884ac27d5cbe9fd272588c5ab607d1b45a7489a1
parent 1fb2fe1e87f9e1e8d40d9fa87e0ab3b703b232ce
Author: Sheng <webmaster0115@gmail.com>
Date:   Sun, 22 Mar 2020 17:24:28 +0800

Bump version to 1.5.2

Diffstat:
Mwebssh/_version.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webssh/_version.py b/webssh/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (1, 5, 1) +__version_info__ = (1, 5, 2) __version__ = '.'.join(map(str, __version_info__))