[X2Go-Commits] [x2goclient] 27/94: Bump upstream version to 0.5.99.0.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:06:26 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 adba56236911e58c02eb90fa3c4e38b295247bae
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Sep 22 14:13:52 2017 +0200
Bump upstream version to 0.5.99.0.
---
debian/changelog | 6 +++---
debian/control | 2 +-
pyhoca/cli/__init__.py | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1d43ebd4..ba56cfd4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-pyhoca-cli (0.5.0.5-0x2go1) UNRELEASED; urgency=medium
+pyhoca-cli (0.5.99.0-0x2go1) UNRELEASED; urgency=medium
- * Continue development
+ * Port to Python3.
- -- X2Go Release Manager <git-admin at x2go.org> Sun, 24 Sep 2017 10:48:27 +0200
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Fri, 22 Sep 2017 14:09:18 +0200
pyhoca-cli (0.5.0.4-0x2go1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 402077d8..29db8833 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Depends:
${misc:Depends},
${python3:Depends},
python3,
- python3-x2go (>=0.6.0.0-0~),
+ python3-x2go (>=0.5.99.0-0~),
python3-argparse,
python3-setproctitle,
Suggests:
diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py
index f03b6679..bebfe4aa 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.5.0.5"
+__VERSION__ = "0.5.99.0"
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