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 0f11f2acba4fb480b09e1bddf964568724c9bd58
parent 5d1d5e9250c4d2d955db4ab3258f7eb077e731f6
Author: Sheng <webmaster0115@gmail.com>
Date:   Thu, 13 Sep 2018 16:33:25 +0800

Updated version

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__ = (0, 4, 2) +__version_info__ = (0, 4, 5) __version__ = '.'.join(map(str, __version_info__))