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 a5d3cbfee87f1bb9630a85b0b848056e8d7d50e6
parent 2e3470298813e8923f2d3031c4afc862e50f6248
Author: Sheng <webmaster0115@gmail.com>
Date:   Wed, 22 Aug 2018 17:39:02 +0800

Updated minor 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, 3, 3) +__version_info__ = (0, 3, 4) __version__ = '.'.join(map(str, __version_info__))