[X2Go-Commits] [python-x2go] 01/01: Continue development
git-admin at x2go.org
git-admin at x2go.org
Sat Sep 23 23:05:48 CEST 2017
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository python-x2go.
commit b159a5c3aceaa4791957c2ee6776d43ae16341cf
Author: X2Go Release Manager <git-admin at x2go.org>
Date: Sat Sep 23 22:57:09 2017 +0200
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 5df631b..3612bb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-x2go (0.5.0.7-0x2go1) UNRELEASED; urgency=medium
+
+ * Continue development
+
+ -- X2Go Release Manager <git-admin at x2go.org> Sat, 23 Sep 2017 22:54:01 +0200
+
python-x2go (0.5.0.6-0x2go1) unstable; urgency=medium
[ Mike Gabriel ]
diff --git a/python-x2go.spec b/python-x2go.spec
index 41666ac..91f5eb5 100644
--- a/python-x2go.spec
+++ b/python-x2go.spec
@@ -3,7 +3,7 @@
#endif
Name: python-x2go
-Version: 0.5.0.6
+Version: 0.5.0.7
Release: 0.0x2go1%{?dist}
Summary: Python module providing X2Go client API
diff --git a/x2go/__init__.py b/x2go/__init__.py
index a87e4b9..d88f5a0 100644
--- a/x2go/__init__.py
+++ b/x2go/__init__.py
@@ -183,7 +183,7 @@ Contact
"""
__NAME__ = 'python-x2go'
-__VERSION__ = '0.5.0.6'
+__VERSION__ = '0.5.0.7'
import os
from defaults import X2GOCLIENT_OS
--
Alioth's /srv/git/code.x2go.org/python-x2go.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
More information about the x2go-commits
mailing list