This is an automated email from the git hooks/post-receive script. x2go pushed a commit to annotated tag 0.5.0.1 in repository x2goclient. 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 --- debian/changelog | 4 ++-- pyhoca/cli/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 23a24ace..8463faa7 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 b742c4ac..dcc9c611 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 * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git