From a6c06609123a9f4cba1a8605b9c849e4acd69809 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Wed, 5 Feb 2020 11:42:32 +0100 Subject: [PATCH] chore: bump to 2.1.0 There are a few more features in there --- gitlab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 9a3a8b1d2..1f01d94b6 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -30,7 +30,7 @@ from gitlab import utils # noqa __title__ = "python-gitlab" -__version__ = "2.0.1" +__version__ = "2.1.0" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3"