diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2020-06-08 16:18:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-08 16:18:43 +0200 |
commit | a16ff3f3dc29f79dacb07b120f3f9614325e03be (patch) | |
tree | cdc5e15fda69e6204468dcef09c8796932081573 | |
parent | f10dd3817a015eb5ee22b209ca9d12805a5dd714 (diff) | |
parent | 01ff8658532e7a7d3b53ba825c7ee311f7feb1ab (diff) | |
download | gitlab-a16ff3f3dc29f79dacb07b120f3f9614325e03be.tar.gz |
Merge pull request #1111 from python-gitlab/chore/bump-version-2-3-0
chore: bump to 2.3.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 705366a..d02389d 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.2.0" +__version__ = "2.3.0" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" |