Skip to content

Commit

Permalink
7.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbogosian committed May 11, 2017
1 parent 69959f5 commit 7249387
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Dropbox for Python
==================

.. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=master
.. image:: https://travis-ci.org/dropbox/dropbox-sdk-python.svg?branch=v7.3.0
:target: https://travis-ci.org/dropbox/dropbox-sdk-python

.. image:: https://readthedocs.org/projects/dropbox-sdk-python/badge/?version=latest
:target: https://dropbox-sdk-python.readthedocs.org/en/latest/
:alt: [Latest Documentation]
.. image:: https://readthedocs.org/projects/dropbox-sdk-python/badge/?version=stable
:target: https://dropbox-sdk-python.readthedocs.org/en/stable/
:alt: [Latest Release Documentation]

.. image:: https://img.shields.io/pypi/v/dropbox.svg
:target: https://pypi.python.org/pypi/dropbox
Expand Down
2 changes: 1 addition & 1 deletion dropbox/dropbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'create_session',
]

__version__ = '7.2.1'
__version__ = '7.3.0'

import contextlib
import json
Expand Down

0 comments on commit 7249387

Please sign in to comment.