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 28360c31e2b8762af997dbeefcb0943d166dd4df
parent 72df3b9ee91f707e549803fc0bfe4ac6256fedd2
Author: Sheng <webmaster0115@gmail.com>
Date:   Sun,  6 May 2018 20:54:23 +0800

Updated verison

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