This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 132f8a2481ae3f940b5e22da68670514887e0e32 Author: X2Go Release Manager <git-admin@x2go.org> Date: Wed Nov 20 13:30:12 2019 +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 0cba92e..1c57e1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-x2go (0.6.1.1-0x2go1) UNRELEASED; urgency=medium + + * Continue development + + -- X2Go Release Manager <git-admin@x2go.org> Wed, 20 Nov 2019 13:29:02 +0100 + python-x2go (0.6.1.0-0x2go1) unstable; urgency=medium [ Mike Gabriel ] diff --git a/python-x2go.spec b/python-x2go.spec index b73eb29..9278d06 100644 --- a/python-x2go.spec +++ b/python-x2go.spec @@ -60,7 +60,7 @@ %endif Name: python-x2go -Version: 0.6.1.0 +Version: 0.6.1.1 Release: 0.0x2go1%{?dist} Summary: Python module providing X2Go client API diff --git a/x2go/__init__.py b/x2go/__init__.py index 06afd16..0ba2c37 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.1.0' +__VERSION__ = '0.6.1.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