diff options
author | Gauvain Pocentek <gauvainpocentek@gmail.com> | 2019-06-19 17:28:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-19 17:28:06 +0200 |
commit | 4b0443285e3207d89b4b46211f713614fb526758 (patch) | |
tree | 285febfaff6812f7d9b377a6b0c42c52c46dca3c /gitlab/__init__.py | |
parent | b5aaa3eda97589ab94f921c4bcbb6e86740dde51 (diff) | |
parent | aaed44837869bd2ce22b6f0d2e1196b1d0e626a6 (diff) | |
download | gitlab-1.9.0.tar.gz |
Merge pull request #797 from python-gitlab/feat/version-bump1.9.0
feat: bump version to 1.9.0
Diffstat (limited to 'gitlab/__init__.py')
-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 fb21985..10c65b1 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.8.0" +__version__ = "1.9.0" __author__ = "Gauvain Pocentek" __email__ = "gauvainpocentek@gmail.com" __license__ = "LGPL3" |