diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2017-08-12 09:48:34 +0200 |
---|---|---|
committer | Gauvain Pocentek <gauvain@pocentek.net> | 2017-08-12 09:48:34 +0200 |
commit | b919555cb434005242e16161abba9ae022455b31 (patch) | |
tree | 00ef6ee4a32c22e9d983c8873da60fa34d866426 | |
parent | 4057644f03829e4439ec8ab1feacf90c65d976eb (diff) | |
download | gitlab-b919555cb434005242e16161abba9ae022455b31.tar.gz |
README: mention v4 support
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ Python GitLab ``python-gitlab`` is a Python package providing access to the GitLab server API. -It supports the v3 api of GitLab, and provides a CLI tool (``gitlab``). +It supports the v3 and v4 APIs of GitLab, and provides a CLI tool (``gitlab``). Installation ============ |