diff options
author | Max Wittig <max.wittig95@gmail.com> | 2019-08-31 23:17:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-31 23:17:11 +0200 |
commit | 37542cd28aa94ba01d5d289d950350ec856745af (patch) | |
tree | 4e1aa7233be53da39ee481abadc257a915b30034 | |
parent | 0389e664c0a04021b3df097bacad3940f158607f (diff) | |
download | gitlab-37542cd28aa94ba01d5d289d950350ec856745af.tar.gz |
chore: bump package versionv1.11.0
-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 49f3c00..11734d7 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.10.0" +__version__ = "1.11.0" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" |