From 01ff8658532e7a7d3b53ba825c7ee311f7feb1ab Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Mon, 8 Jun 2020 15:44:02 +0200 Subject: [PATCH] chore: bump to 2.3.0 --- gitlab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 705366ad4..d02389d6b 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -29,7 +29,7 @@ from gitlab import utils # noqa __title__ = "python-gitlab" -__version__ = "2.2.0" +__version__ = "2.3.0" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3"