summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2017-08-12 09:48:34 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2017-08-12 09:48:34 +0200
commitb919555cb434005242e16161abba9ae022455b31 (patch)
tree00ef6ee4a32c22e9d983c8873da60fa34d866426
parent4057644f03829e4439ec8ab1feacf90c65d976eb (diff)
downloadgitlab-b919555cb434005242e16161abba9ae022455b31.tar.gz
README: mention v4 support
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 2088ddf..cce2ad0 100644
--- a/README.rst
+++ b/README.rst
@@ -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
============