From 870e7ea12ee424eb2454dd7d4b7906f89fbfea64 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Tue, 9 Jun 2020 11:39:52 +0200 Subject: chore: bump version to 2.3.1 --- gitlab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 1439be7..ee2b074 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -29,7 +29,7 @@ from gitlab.exceptions import * # noqa from gitlab import utils # noqa __title__ = "python-gitlab" -__version__ = "2.3.0" +__version__ = "2.3.1" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" -- cgit v1.2.1