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 0fd2820bb5620182994283983b67321dcedb3bfd
parent c9eb7d05c7a3e9c7318e42465f4e2c7b95a1955e
Author: Sheng <webmaster0115@gmail.com>
Date:   Fri, 27 Apr 2018 01:43:52 +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, 1, 1) +__version_info__ = (0, 2, 0) __version__ = '.'.join(map(str, __version_info__))