[X2Go-Commits] [x2goclient] 01/24: version increment
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:05:13 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.2.0.3
in repository x2goclient.
commit 9f2b5bd5166de95c3873500a790813c8f058870d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Sep 7 20:33:44 2011 +0200
version increment
---
debian/changelog | 6 ++++++
man/man1/pyhoca-cli.1 | 2 +-
pyhoca/cli/__init__.py | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0ff89d5f..8818ea23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyhoca-cli (0.1.4.3-0~x2go1) UNRELEASED; urgency=low
+
+ * Continue development.
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Wed, 07 Sep 2011 20:32:00 +0200
+
pyhoca-cli (0.1.4.2-0~x2go1) unstable; urgency=low
* New upstream version (0.1.4.2):
diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1
index b16cbee3..0d267953 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 "26 May 2011" "Version 0.1.3.x" "X2go Application"
+.TH pyhoca-cli 1 "07 Sep 2011" "Version 0.1.4.x" "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 294b0ad1..bb65c60c 100644
--- a/pyhoca/cli/__init__.py
+++ b/pyhoca/cli/__init__.py
@@ -20,6 +20,6 @@
"""\
STILL UNDOCUMENTED
"""
-__VERSION__ = "0.1.4.2"
+__VERSION__ = "0.1.4.3"
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