From c817dccde8c104dcb294bbf1590c7e3ae9539466 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Wed, 18 Dec 2019 13:57:05 +0100 Subject: chore: bump to 2.0.0 Dropping support for legacy python requires a new major version --- gitlab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1