This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit a18646cec05feb33d6474cbad39d39fc8de01d48 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 22 14:16:33 2017 +0200 Bump upstream version to 0.5.99.0. --- debian/changelog | 6 +++--- x2go/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3612bb4..a269dd2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -python-x2go (0.5.0.7-0x2go1) UNRELEASED; urgency=medium +python-x2go (0.5.99.0-0x2go1) UNRELEASED; urgency=medium - * Continue development + * Support Python2 and Python3 alike. - -- X2Go Release Manager <git-admin@x2go.org> Sat, 23 Sep 2017 22:54:01 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 22 Sep 2017 14:15:05 +0200 python-x2go (0.5.0.6-0x2go1) unstable; urgency=medium diff --git a/x2go/__init__.py b/x2go/__init__.py index 163d56a..6ecbbbd 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -183,7 +183,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.5.0.7' +__VERSION__ = '0.5.99.0' __PACKAGE__ = 'x2go' import os -- Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git