The branch, master has been updated via 7feaee0c3c7773c1a18189f111e447175cb569a2 (commit) from ec4d9d6b5754539766b92594c4bb21ab8ebcc184 (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 ----------------------------------------------------------------- commit 7feaee0c3c7773c1a18189f111e447175cb569a2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 10 16:13:39 2012 +0100 bump version to 0.2.1.0 ----------------------------------------------------------------------- Summary of changes: debian/changelog | 4 ++-- pyhoca/cli/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 23a24ac..8463faa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ -pyhoca-cli (0.2.0.5-0~x2go1) UNRELEASED; urgency=low +pyhoca-cli (0.2.1.0-0~x2go1) UNRELEASED; urgency=low - * New upstream version (0.2.0.5): + * New upstream version (0.2.1.0): - Add cmdline option --from-stdin that facilitates lightdm remote login session startup. * /debian/control: diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py index b742c4a..dcc9c61 100644 --- a/pyhoca/cli/__init__.py +++ b/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.2.0.5" +__VERSION__ = "0.2.1.0" from frontend import * hooks/post-receive -- pyhoca-cli.git (Python X2Go Client (command line client)) 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 "pyhoca-cli.git" (Python X2Go Client (command line client)).