diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-12-16 21:24:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-16 21:24:27 +0100 |
commit | 2a01326e8e02bbf418b3f4c49ffa60c735b107dc (patch) | |
tree | 194e96606f58f2726deda750478968021b445d82 /gitlab | |
parent | 97e1fcab30a274cecf4332233cbf420d752143e0 (diff) | |
download | gitlab-2a01326e8e02bbf418b3f4c49ffa60c735b107dc.tar.gz |
chore: bump version to 1.15.0v1.15.0
Diffstat (limited to 'gitlab')
-rw-r--r-- | gitlab/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index c4460a4..be9e01f 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -31,7 +31,7 @@ from gitlab.exceptions import * # noqa from gitlab import utils # noqa __title__ = "python-gitlab" -__version__ = "1.14.0" +__version__ = "1.15.0" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" |