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 a82565bf2d968a84cc9b02b33bbcc8b381c43373
parent 5a52b20feb44e5f08f846ac9697def4cff17549d
Author: Sheng <webmaster0115@gmail.com>
Date:   Thu, 14 Feb 2019 13:29:02 +0800

Updated version to 1.0

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