This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 77c3126 Continue development... new 418160d Fix module version (0.5.0.0 -> 0.5.0.2). new b3fa2d7 release 0.5.0.2 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 6 +++--- pyhoca-gui.spec | 2 +- pyhoca/wxgui/__init__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 418160dd8618588a3f553cc5772a8fdd370fcc93 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:53:54 2014 +0200 Fix module version (0.5.0.0 -> 0.5.0.2). --- debian/changelog | 2 +- pyhoca-gui.spec | 2 +- pyhoca/wxgui/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0a109c5..f73c0e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ pyhoca-gui (0.5.0.2-0x2go1) UNRELEASED; urgency=medium * New upstream version (0.5.0.2): - - Continue development... + - Fix module version (0.5.0.0 -> 0.5.0.2). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 23:52:03 +0200 diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index 83b343f..5f0b9da 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -1,5 +1,5 @@ Name: pyhoca-gui -Version: 0.5.0.0 +Version: 0.5.0.2 Release: 0.0x2go1%{?dist} Summary: Graphical X2Go client written in (wx)Python diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index 22380db..d8065df 100644 --- a/pyhoca/wxgui/__init__.py +++ b/pyhoca/wxgui/__init__.py @@ -18,4 +18,4 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -__VERSION__ = '0.5.0.0' +__VERSION__ = '0.5.0.2' -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit b3fa2d7b41f65901154478afc7169ee0c7e96b45 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Oct 20 23:54:28 2014 +0200 release 0.5.0.2 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f73c0e3..757bc9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -pyhoca-gui (0.5.0.2-0x2go1) UNRELEASED; urgency=medium +pyhoca-gui (0.5.0.2-0x2go1) unstable; urgency=medium * New upstream version (0.5.0.2): - Fix module version (0.5.0.0 -> 0.5.0.2). - -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 23:52:03 +0200 + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 20 Oct 2014 23:54:20 +0200 pyhoca-gui (0.5.0.1-0x2go1) unstable; urgency=medium -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git