This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit e49e8e5098e5b346596fe7474f81123e23abcc43 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Sep 7 10:58:38 2018 +0200 Bump versions in Python code to 0.0.4.0. We are getting closer to the release. --- sbin/x2gobroker-pubkeyauthorizer | 2 +- x2gobroker/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/x2gobroker-pubkeyauthorizer b/sbin/x2gobroker-pubkeyauthorizer index 20a462f..f87704f 100755 --- a/sbin/x2gobroker-pubkeyauthorizer +++ b/sbin/x2gobroker-pubkeyauthorizer @@ -33,7 +33,7 @@ import re from pwd import getpwnam from grp import getgrnam -__VERSION__ = '0.0.3.3' +__VERSION__ = '0.0.4.0' __AUTHOR__ = 'Mike Gabriel (X2Go Project) <mike.gabriel@das-netzwerkteam.de>' PROG_NAME = os.path.basename(sys.argv[0]) diff --git a/x2gobroker/__init__.py b/x2gobroker/__init__.py index 28865c9..a1feba1 100644 --- a/x2gobroker/__init__.py +++ b/x2gobroker/__init__.py @@ -17,5 +17,5 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -__VERSION__ = '0.0.3.3' +__VERSION__ = '0.0.4.0' __AUTHOR__ = 'Mike Gabriel (X2Go Project) <mike.gabriel@das-netzwerkteam.de>' -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git