Skip to content

Commit 7249387

Browse files
committed
7.3.0 release
1 parent 69959f5 commit 7249387

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Dropbox for Python
22
==================
33

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

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

1111
.. image:: https://img.shields.io/pypi/v/dropbox.svg
1212
:target: https://pypi.python.org/pypi/dropbox

dropbox/dropbox.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'create_session',
55
]
66

7-
__version__ = '7.2.1'
7+
__version__ = '7.3.0'
88

99
import contextlib
1010
import json

0 commit comments

Comments
 (0)