The branch, master has been updated via 62b7ec3f713d6492d149ac574e7c3d179643fd12 (commit) via 75c3ba82cf98e994ecf6d00033e6c1277bcbecea (commit) from d09ebd36b5c4c667ac48c6332ce85348a819509f (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 62b7ec3f713d6492d149ac574e7c3d179643fd12 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Aug 15 15:20:34 2012 +0200 typo in debian/changelog commit 75c3ba82cf98e994ecf6d00033e6c1277bcbecea Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Aug 15 15:20:12 2012 +0200 version increment for pyhoca-cli python egg. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 +- pyhoca/cli/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 21634d0..d063f3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ pyhoca-cli (0.2.0.4-0~x2go1) UNRELEASED; urgency=low * New upstream version (0.2.0.4): - + Declare pyhoca namespace in setup.py. + - Declare pyhoca namespace in setup.py. * Import packaging files from Debian package. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 15 Aug 2012 15:02:19 +0200 diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py index fc81d64..428dbc9 100644 --- a/pyhoca/cli/__init__.py +++ b/pyhoca/cli/__init__.py @@ -25,6 +25,6 @@ For further information on X2Go, please visit the X2Go wiki: http://wiki.x2go.org """ -__VERSION__ = "0.2.0.3" +__VERSION__ = "0.2.0.4" from frontend import * hooks/post-receive -- pyhoca-cli.git (Python X2Go Client (command line client)) 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 "pyhoca-cli.git" (Python X2Go Client (command line client)).