This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 71df03f release 0.6.0.0 new d5fb567 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 | 10 ++++++++-- python-x2go.spec | 2 +- x2go/__init__.py | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/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 d5fb5673c1ba093d7a325382a64e579c2b2ca49d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Sep 6 19:35:53 2018 +0200 Continue development... --- debian/changelog | 10 ++++++++-- python-x2go.spec | 2 +- x2go/__init__.py | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index efb471e..32a8bd9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -python-x2go (0.6.0.0-0x2go1) UNRELEASED; urgency=medium +python-x2go (0.6.0.1-0x2go1) UNRELEASED; urgency=medium + + * Continue development... + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 06 Sep 2018 19:35:28 +0200 + +python-x2go (0.6.0.0-0x2go1) unstable; urgency=medium [ Mike Gabriel ] * New upstream version (0.6.0.0): @@ -61,7 +67,7 @@ python-x2go (0.6.0.0-0x2go1) UNRELEASED; urgency=medium - %{sle_version} is not defined on TW, so use a %{suse_version} check additionally to catch this variant. - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 06 Sep 2018 18:35:12 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 06 Sep 2018 19:35:19 +0200 python-x2go (0.5.0.6-0x2go1) unstable; urgency=medium diff --git a/python-x2go.spec b/python-x2go.spec index d623bb7..58160a3 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -26,7 +26,7 @@ %endif Name: python-x2go -Version: 0.6.0.0 +Version: 0.6.0.1 Release: 0.0x2go1%{?dist} Summary: Python module providing X2Go client API diff --git a/x2go/__init__.py b/x2go/__init__.py index d1d8fcf..bc3749a 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -187,7 +187,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.6.0.0' +__VERSION__ = '0.6.0.1' __AUTHOR__ = 'Mike Gabriel' __package__ = 'x2go' -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git