From 46481283a9985ae1b07fe686ec4a34e4a1219b66 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Sun, 6 Oct 2019 19:50:23 +0200 Subject: [PATCH] chore: bump to 1.12.0 --- gitlab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitlab/__init__.py b/gitlab/__init__.py index 163c59906..89253ca1e 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -31,7 +31,7 @@ from gitlab import utils # noqa __title__ = "python-gitlab" -__version__ = "1.11.0" +__version__ = "1.12.0" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3"