This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch build-main in repository pyhoca-gui. from 1738d9c release 0.5.0.1 adds 77c3126 Continue development... new 8024f4a Fix module version (0.5.0.0 -> 0.5.0.2). new a0f93b4 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 | 7 +++++++ man/man1/pyhoca-gui.1 | 2 +- pyhoca/wxgui/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 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 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
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 a0f93b4fdee4d1f16f15c97d9f69c0be44e8866f 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