diff options
author | Max Wittig <max.wittig@siemens.com> | 2019-12-18 13:57:05 +0100 |
---|---|---|
committer | Max Wittig <max.wittig@siemens.com> | 2019-12-18 13:57:05 +0100 |
commit | c817dccde8c104dcb294bbf1590c7e3ae9539466 (patch) | |
tree | bb073e6a5c70d6cc60b95f55ed0670aef44e7341 /gitlab | |
parent | 9fb46454c6dab1a86ab4492df2368ed74badf7d6 (diff) | |
download | gitlab-refactor/cleanup-upgrade.tar.gz |
chore: bump to 2.0.0refactor/cleanup-upgrade
Dropping support for legacy python requires a new major version
Diffstat (limited to 'gitlab')
-rw-r--r-- | gitlab/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 2824131..b377023 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -30,7 +30,7 @@ from gitlab.exceptions import * # noqa from gitlab import utils # noqa __title__ = "python-gitlab" -__version__ = "1.15.0" +__version__ = "2.0.0" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" |