diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-01-31 11:10:41 +0100 |
---|---|---|
committer | Nejc Habjan <hab.nejc@gmail.com> | 2021-01-31 17:56:53 +0100 |
commit | 4bb201b92ef0dcc14a7a9c83e5600ba5b118fc33 (patch) | |
tree | bb6a33482b65595d372f6508974bdee7f45da935 /gitlab/__version__.py | |
parent | 48cb89bad043f7e406e2358a20512653fc40556d (diff) | |
download | gitlab-4bb201b92ef0dcc14a7a9c83e5600ba5b118fc33.tar.gz |
feat(api,cli): make user agent configurable
Diffstat (limited to 'gitlab/__version__.py')
-rw-r--r-- | gitlab/__version__.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gitlab/__version__.py b/gitlab/__version__.py new file mode 100644 index 0000000..1708233 --- /dev/null +++ b/gitlab/__version__.py @@ -0,0 +1,6 @@ +__author__ = "Gauvain Pocentek, python-gitlab team" +__copyright__ = "Copyright 2013-2019 Gauvain Pocentek, 2019-2021 python-gitlab team" +__email__ = "gauvainpocentek@gmail.com" +__license__ = "LGPL3" +__title__ = "python-gitlab" +__version__ = "2.6.0" |