This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 10a9dbf0d9ec92951753ec7cb58c8216f9d07779 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 22:24:17 2014 +0200 Continue development... --- debian/changelog | 7 +++++++ python-x2go.spec | 2 +- x2go/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6f6df81..9c2fa78 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-x2go (0.5.0.1-0x2go1) UNRELEASED; urgency=medium + + * New upstream version (0.5.0.1): + - Continue development... + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 22:23:45 +0200 + python-x2go (0.5.0.0-0x2go1) unstable; urgency=low [ Mike Gabriel ] diff --git a/python-x2go.spec b/python-x2go.spec index a3667ea..8b0e570 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -3,7 +3,7 @@ #endif Name: python-x2go -Version: 0.5.0.0 +Version: 0.5.0.1 Release: 0.0x2go1%{?dist} Summary: Python module providing X2Go client API diff --git a/x2go/__init__.py b/x2go/__init__.py index 7be12a5..d76d592 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -183,7 +183,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.5.0.0' +__VERSION__ = '0.5.0.1' import os from defaults import X2GOCLIENT_OS -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git