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 cf13ec84567cc91930b59aa64f4c0870919cb950
parent e174ca8c343c7399dbe8a422c227a789e51d7aba
Author: Sheng <webmaster0115@gmail.com>
Date:   Sat, 10 Aug 2019 15:00:10 +0800

Bump version to 1.4.2

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