diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-12-01 01:04:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-01 01:04:53 +0100 |
commit | 8d76826fa64460e504acc5924f859f8dbc246b42 (patch) | |
tree | 083fefada982c795e2415092794db429abb0c184 /gitlab/__version__.py | |
parent | 5a1678f43184bd459132102cc13cf8426fe0449d (diff) | |
parent | 86ab04e54ea4175f10053decfad5086cda7aa024 (diff) | |
download | gitlab-master.tar.gz |
Merge pull request #1723 from python-gitlab/jlvillal/dead_mastermaster
Close-out `master` branch
Diffstat (limited to 'gitlab/__version__.py')
-rw-r--r-- | gitlab/__version__.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gitlab/__version__.py b/gitlab/__version__.py deleted file mode 100644 index d7e8431..0000000 --- a/gitlab/__version__.py +++ /dev/null @@ -1,6 +0,0 @@ -__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.10.1" |