This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 63a003fed146af76ab9e833ce5ad2f14f983c54e Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat May 12 23:32:32 2018 +0200 version bump to 0.5.99.1, due to slightly changed API --- 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 3719199..34fbc0e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ -python-x2go (0.5.99.0-0x2go1) UNRELEASED; urgency=medium +python-x2go (0.5.99.1-0x2go1) UNRELEASED; urgency=medium [ Mike Gabriel ] - * New upstream version (0.5.99.0): + * New upstream version (0.5.99.1): - Support Python2 and Python3 alike. - Build API doc with Sphinx. - Drop unit test framework. Never really used (though we should have). diff --git a/python-x2go.spec b/python-x2go.spec index 8537ad8..276e435 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -3,7 +3,7 @@ #endif Name: python-x2go -Version: 0.5.0.7 +Version: 0.5.99.1 Release: 0.0x2go1%{?dist} Summary: Python module providing X2Go client API diff --git a/x2go/__init__.py b/x2go/__init__.py index fec2432..77d6c1b 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -183,7 +183,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.5.99.0' +__VERSION__ = '0.5.99.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