This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch build-main in repository pyhoca-gui. commit 8024f4a8ab61b7ed66ac9d7c8bdb641c034fdbb0 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/wxgui/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 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/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