Skip to content

Commit

Permalink
Updates for v1.5.0, and new badge images
Browse files Browse the repository at this point in the history
Just as a little bit of fun, add badges for latest PyPi version, PyPi
python version trove classifiers, and GitHub license.

Version is 1.5.0 because of the addition of LocalGlobusConnectPersonal
  • Loading branch information
sirosen committed Feb 9, 2018
1 parent cbab772 commit c539c9d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions README.rst
Expand Up @@ -2,16 +2,28 @@
:alt: build status
:target: https://travis-ci.org/globus/globus-sdk-python

.. image:: https://img.shields.io/pypi/v/globus-sdk.svg
:alt: Latest Released Version
:target: https://pypi.org/project/globus-sdk/

.. image:: https://img.shields.io/pypi/pyversions/globus-sdk.svg
:alt: Supported Python Versions
:target: https://pypi.org/project/globus-sdk/

.. image:: https://img.shields.io/github/license/globus/globus-sdk-python.svg
:alt: License


Globus SDK for Python
=====================

This SDK provides a convenient Pythonic interface to
`Globus <https://www.globus.org>`_ REST APIs,
including the Transfer API and the Globus Auth API.
`Globus <https://www.globus.org>`_ APIs.

Documentation
-------------

| Full Documentation: http://globus-sdk-python.readthedocs.io/
| Source Code: https://github.com/globus/globus-sdk-python
| REST Documentation: https://docs.globus.org
| API Documentation: https://docs.globus.org/api/
| Release History + Changelog: https://github.com/globus/globus-sdk-python/releases
2 changes: 1 addition & 1 deletion globus_sdk/version.py
@@ -1,3 +1,3 @@
# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "1.4.1"
__version__ = "1.5.0"

0 comments on commit c539c9d

Please sign in to comment.