This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 113b0a151b322cabd233fa5f6253902da349f72a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Mar 5 22:09:23 2018 +0100 x2go/__init__.py: Add __AUTHOR__, so we can use it in API documentation. --- x2go/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/x2go/__init__.py b/x2go/__init__.py index 0ea38e0..0faa4cf 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -184,6 +184,7 @@ Contact __NAME__ = 'python-x2go' __VERSION__ = '0.5.99.0' +__AUTHOR__ = 'Mike Gabriel' __package__ = 'x2go' __name__ = 'x2go' -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git