This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch brokerclient in repository python-x2go. commit a32821567a3bd76a395312da86bc37659816e189 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 9 09:47:47 2014 +0100 bump version to 0.5.0.0 --- python-x2go.spec | 2 +- x2go/__init__.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python-x2go.spec b/python-x2go.spec index 86895f2..63f75e9 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -3,7 +3,7 @@ #endif Name: python-x2go -Version: 0.4.0.9 +Version: 0.5.0.0 Release: 0.0x2go1%{?dist} Summary: Python module providing X2Go client API diff --git a/x2go/__init__.py b/x2go/__init__.py index 099b6bb..50ec232 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -183,7 +183,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.4.0.9' +__VERSION__ = '0.5.0.0' from gevent import monkey monkey.patch_all() @@ -192,8 +192,8 @@ import utils from client import X2GoClient from backends.profiles.file import X2GoSessionProfiles -from backends.printing import X2GoClientPrinting -from backends.settings import X2GoClientSettings +from backends.printing.file import X2GoClientPrinting +from backends.settings.file import X2GoClientSettings from session import X2GoSession from sshproxy import X2GoSSHProxy from x2go_exceptions import * -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git