[X2Go-Commits] [x2goclient] 01/03: Continue development
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:07:04 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.6.1.1
in repository x2goclient.
commit 3849938d739e309e320d947bcb4f84c4ee57ac29
Author: X2Go Release Manager <git-admin at x2go.org>
Date: Fri Nov 22 11:18:30 2019 +0100
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 db20edf4..b74eebc6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyhoca-cli (0.6.1.1-0x2go1) UNRELEASED; urgency=medium
+
+ * Continue development
+
+ -- X2Go Release Manager <git-admin at x2go.org> Fri, 22 Nov 2019 11:16:26 +0100
+
pyhoca-cli (0.6.1.0-0x2go1) unstable; urgency=medium
[ Mike Gabriel ]
diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1
index ae3a2add..7995d041 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 "Nov 2019" "Version 0.6.1.0" "X2Go Application"
+.TH pyhoca-cli 1 "Nov 2019" "Version 0.6.1.1" "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 2265e5bd..0d5f549f 100644
--- a/pyhoca-cli.spec
+++ b/pyhoca-cli.spec
@@ -1,5 +1,5 @@
Name: pyhoca-cli
-Version: 0.6.1.0
+Version: 0.6.1.1
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 37304ac7..c963cfb9 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:
http://wiki.x2go.org
"""
-__VERSION__ = "0.6.1.0"
+__VERSION__ = "0.6.1.1"
from .frontend import *
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list