This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 34e571a7d9d1905ce9d9153fb0557bb49ba4f27b Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 19 19:42:21 2019 +0200 Bump upstream version to 0.6.1.0. --- debian/changelog | 4 ++-- python-x2go.spec | 2 +- x2go/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2f7b04a..c46b1eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ -python-x2go (0.6.0.3-0x2go1) UNRELEASED; urgency=medium +python-x2go (0.6.1.0-0x2go1) UNRELEASED; urgency=medium [ Mike Gabriel ] - * New upstream version (0.6.0.3): + * New upstream version (0.6.1.0): - X2GoSessionInfo: Drop debug print command. - X2GoSessionInfo: Handle non-initialized X2GoSessionInfo instance more gracefully. diff --git a/python-x2go.spec b/python-x2go.spec index 772c1ac..cf00e85 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -32,7 +32,7 @@ %endif Name: python-x2go -Version: 0.6.0.3 +Version: 0.6.1.0 Release: 0.0x2go1%{?dist} Summary: Python module providing X2Go client API diff --git a/x2go/__init__.py b/x2go/__init__.py index a974d76..06afd16 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -18,7 +18,7 @@ # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. __NAME__ = 'python-x2go' -__VERSION__ = '0.6.0.3' +__VERSION__ = '0.6.1.0' __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