[X2Go-Commits] [x2goclient] 64/94: Continue development...
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:06:48 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.6.1.0
in repository x2goclient.
commit 70aa4a690d3cfd2f1599cbbcccf1f24f810c5234
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Sep 19 15:22:19 2018 +0200
Continue development...
---
ChangeLog | 2 +-
debian/changelog | 9 +++++++++
man/man1/pyhoca-cli.1 | 2 +-
pyhoca/cli/__init__.py | 2 +-
4 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a3557e23..3d05402a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
2018-09-18 21:17:06 +0200 Mike Gabriel (b7aaefa)
- * release 0.6.0.0 (HEAD -> master, tag: 0.6.0.0)
+ * release 0.6.0.1 (HEAD -> master, tag: 0.6.0.1)
2018-09-18 21:07:26 +0200 Mike Gabriel (2a3460f)
diff --git a/debian/changelog b/debian/changelog
index 134cfdd8..3f3c2f06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+pyhoca-cli (0.6.0.1-0x2go1) UNRELEASED; urgency=medium
+
+ * New upstream release (0.6.0.1):
+ - Continue development...
+ * debian/control:
+ + Set Section: from "python" to "x11". More appropriate.
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Wed, 19 Sep 2018 15:20:43 +0200
+
pyhoca-cli (0.6.0.0-0x2go1) unstable; urgency=medium
* New upstream version (0.5.99.1).
diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1
index a7989b13..72dfe617 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 "Sep 2018" "Version 0.6.0.0" "X2Go Application"
+.TH pyhoca-cli 1 "Sep 2018" "Version 0.6.0.1" "X2Go Application"
.SH NAME
pyhoca-cli \- X2Go command line client written in Python
.SH SYNOPSIS
diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py
index 84ffd602..dd442a93 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.0.0"
+__VERSION__ = "0.6.0.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