The branch, master has been updated via 0a5516e496d1c1fe9ee4ae06e69fac9242bcdd1a (commit) from 1e88fc4810c4a2ab6e3fa9073f61347f538ac93a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0a5516e496d1c1fe9ee4ae06e69fac9242bcdd1a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jul 6 22:16:41 2011 +0200 version increment ----------------------------------------------------------------------- Summary of changes: debian/changelog | 7 +++++++ x2go/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 1d263ac..8d9dea2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-x2go (0.1.1.4-0~x2go1) UNRELEASED; urgency=low + + * New upstream version (0.1.1.4): + - nothing yet + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 06 Jul 2011 22:16:01 +0200 + python-x2go (0.1.1.3-0~x2go1) unstable; urgency=low * New upstream version (0.1.1.3): diff --git a/x2go/__init__.py b/x2go/__init__.py index 1c6beca..539b1fc 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -158,7 +158,7 @@ Contact """ __NAME__ = 'python-x2go' -__VERSION__ = '0.1.1.3' +__VERSION__ = '0.1.1.4' from gevent import monkey monkey.patch_all() hooks/post-receive -- python-x2go.git (Python X2go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2go Client API).