This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-cli. from 66cc615 release 0.6.1.3 new e46726a Continue development The 1 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 ++++++ man/man1/pyhoca-cli.1 | 2 +- pyhoca-cli.spec | 2 +- pyhoca/cli/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-cli. commit e46726a579b4770b0565ac4d21c7d4e3c1d55ee3 Author: X2Go Release Manager <git-admin@x2go.org> Date: Tue Aug 22 20:04:37 2023 +0200 Continue development --- debian/changelog | 6 ++++++ man/man1/pyhoca-cli.1 | 2 +- pyhoca-cli.spec | 2 +- pyhoca/cli/__init__.py | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c64103d..0389371 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pyhoca-cli (0.6.1.4-0x2go1) UNRELEASED; urgency=medium + + * Continue development + + -- X2Go Release Manager <git-admin@x2go.org> Tue, 22 Aug 2023 20:03:38 +0200 + pyhoca-cli (0.6.1.3-0x2go1) unstable; urgency=medium [ Mike Gabriel ] diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1 index 0daaa8a..5176c52 100644 --- a/man/man1/pyhoca-cli.1 +++ b/man/man1/pyhoca-cli.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH pyhoca-cli 1 "Aug 2023" "Version 0.6.1.3" "X2Go Application" +.TH pyhoca-cli 1 "Aug 2023" "Version 0.6.1.4" "X2Go Application" .SH NAME pyhoca-cli \- X2Go command line client written in Python .SH SYNOPSIS diff --git a/pyhoca-cli.spec b/pyhoca-cli.spec index 0d59dca..65f44df 100644 --- a/pyhoca-cli.spec +++ b/pyhoca-cli.spec @@ -116,7 +116,7 @@ %endif Name: pyhoca-cli -Version: 0.6.1.3 +Version: 0.6.1.4 Release: 0.0x2go1%{?dist} Summary: Command line X2Go client written in Python diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py index 019854c..6ded71c 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: https://wiki.x2go.org """ -__VERSION__ = "0.6.1.3" +__VERSION__ = "0.6.1.4" from .frontend import * -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-cli.git