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 e956c44c1e7869b8645e090ab35b7117f24c7503
parent 192aa085b0714ed83f1bddd9ff37303d98ff1ff0
Author: Sheng <webmaster0115@gmail.com>
Date:   Sat, 29 Jun 2019 16:57:56 +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__ = (1, 3, 0) +__version_info__ = (1, 3, 2) __version__ = '.'.join(map(str, __version_info__))