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 0cfcb3ed779c46c9569fd372fa15db354d7cbe52 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Feb 12 20:45:19 2013 +0100 Continue development... --- debian/changelog | 6 ++++++ pyhoca/cli/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d03a733b..eebff6e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pyhoca-cli (0.4.0.2-0~x2go1) UNRELEASED; urgency=low + + * Continue development... + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 12 Feb 2013 20:44:54 +0100 + pyhoca-cli (0.4.0.1-0~x2go1) unstable; urgency=low * Bump egg version to 0.4.0.1 diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py index 526f6ada..ba7506d9 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.4.0.1" +__VERSION__ = "0.4.0.2" from frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git