diff options
author | Gauvain Pocentek <gauvain@pocentek.net> | 2018-01-08 08:08:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-08 08:08:50 +0100 |
commit | 5149651fb4d21dabfde012238abad470bb0aa9b5 (patch) | |
tree | 39193924c4bce6919741a2388bc56e5b6d1b7499 | |
parent | 8a953c2d3ede2bdd672323621b4e72a5f660f6f5 (diff) | |
parent | 9253661c381e9298643e689074c00b7fae831955 (diff) | |
download | gitlab-5149651fb4d21dabfde012238abad470bb0aa9b5.tar.gz |
Merge pull request #408 from movermeyer/patch-1
Adding the supported version badge
-rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ .. image:: https://readthedocs.org/projects/python-gitlab/badge/?version=latest :target: https://python-gitlab.readthedocs.org/en/latest/?badge=latest +.. image:: https://img.shields.io/pypi/pyversions/python-gitlab.svg + :target: https://pypi.python.org/pypi/python-gitlab + Python GitLab ============= |