This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch brokerclient in repository pyhoca-gui. commit a6ca10b530c60515db3700cd285931d5ea6c42f1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Jan 9 10:28:53 2014 +0100 bump version to 0.5.0.0 --- debian/changelog | 6 ++++++ debian/control | 2 +- pyhoca-gui.spec | 4 ++-- pyhoca/wxgui/__init__.py | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6e0577c..090e189 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pyhoca-gui (0.5.0.0-0x2go1) UNRELEASED; urgency=low + + * Continue development... + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 08 Jan 2014 21:28:37 +0100 + pyhoca-gui (0.4.0.10-0x2go1) UNRELEASED; urgency=low * Continue development... diff --git a/debian/control b/debian/control index 5b9e6d5..d7a9a78 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Architecture: all Depends: ${misc:Depends}, python, - python-x2go (>=0.4.0.9-0~), + python-x2go (>=0.5.0.0-0~), python-argparse, python-notify, python-setproctitle, diff --git a/pyhoca-gui.spec b/pyhoca-gui.spec index 8cf0503..674e25c 100644 --- a/pyhoca-gui.spec +++ b/pyhoca-gui.spec @@ -1,5 +1,5 @@ Name: pyhoca-gui -Version: 0.4.0.10 +Version: 0.5.0.0 Release: 0.0x2go1%{?dist} Summary: Graphical X2Go client written in (wx)Python @@ -15,7 +15,7 @@ BuildRequires: python-distutils-extra BuildRequires: desktop-file-utils BuildRequires: intltool Requires: python-setproctitle -Requires: python-x2go +Requires: python-x2go >= 0.5.0.0 Requires: notify-python Requires: wxPython Requires: python-argparse diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index 7e33696..a0ea0fa 100644 --- a/pyhoca/wxgui/__init__.py +++ b/pyhoca/wxgui/__init__.py @@ -18,6 +18,6 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -__VERSION__ = '0.4.0.10' +__VERSION__ = '0.5.0.0' from frontend import * -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git