This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 2a2385b release 0.5.0.2 new a6d6efa Continue development... The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 6 ++++++ python-x2go.spec | 2 +- x2go/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit a6d6efa055257d0a055e3be1df2b29847ea440f7 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 27 13:16:10 2014 +0100 Continue development... --- debian/changelog | 6 ++++++ python-x2go.spec | 2 +- x2go/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 37277db..0ef91a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-x2go (0.5.0.3-0x2go1) UNRELEASED; urgency=medium + + * Continue development... + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 27 Nov 2014 13:15:44 +0100 + python-x2go (0.5.0.2-0x2go1) unstable; urgency=medium * New upstream version (0.5.0.2): diff --git a/python-x2go.spec b/python-x2go.spec index e9a2efa..2ab5816 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -3,7 +3,7 @@ #endif Name: python-x2go -Version: 0.5.0.2 +Version: 0.5.0.3 Release: 0.0x2go1%{?dist} Summary: Python module providing X2Go client API diff --git a/x2go/__init__.py b/x2go/__init__.py index f79fa2e..a9f3800 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -183,7 +183,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.5.0.2' +__VERSION__ = '0.5.0.3' import os from defaults import X2GOCLIENT_OS -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git