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 b51e8239739a4579b7c8883c65e4ea55233ee576
parent 2653a3e35af499b90c1346323b85248619e337e4
Author: Sheng <webmaster0115@gmail.com>
Date:   Sat, 29 Dec 2018 16:25:16 +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, 7, 3) +__version_info__ = (0, 8, 0) __version__ = '.'.join(map(str, __version_info__))