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 cb86682551623a1d926764d54503f6a9ebe719a6
parent cce5ead04df9cdf3e3419cc242fc6752f3a38f6c
Author: Sheng <webmaster0115@gmail.com>
Date:   Sat, 18 Aug 2018 20:54:02 +0800

Bump version number to 0.30

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