The branch, twofactorauth has been updated via 2c2e237a244d60c893b607249cf3bce65ca8ff7b (commit) from cac70a5c83b14573d816108094bea2b9700b70f9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 4 ++-- x2go/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 1a38ec0..d44d061 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -python-x2go (0.2.0.11-0~x2go1) UNRELEASED; urgency=low +python-x2go (0.2.1.0-0~x2go1) UNRELEASED; urgency=low - * New upstream version (0.2.0.11): + * New upstream version (0.2.1.0): - Prepare for staying compatible with new SSH proxy feature in X2Go Client. - Add sshproxy_port option to session (SSH proxy) options. diff --git a/x2go/__init__.py b/x2go/__init__.py index 4292a8d..b0567cd 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -178,7 +178,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.2.0.11' +__VERSION__ = '0.2.1.0' from gevent import monkey monkey.patch_all() hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).