File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Dropbox for Python
2
2
==================
3
3
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
5
5
:target: https://travis-ci.org/dropbox/dropbox-sdk-python
6
6
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]
10
10
11
11
.. image :: https://img.shields.io/pypi/v/dropbox.svg
12
12
:target: https://pypi.python.org/pypi/dropbox
Original file line number Diff line number Diff line change 4
4
'create_session' ,
5
5
]
6
6
7
- __version__ = '7.2.1 '
7
+ __version__ = '7.3.0 '
8
8
9
9
import contextlib
10
10
import json
You can’t perform that action at this time.
0 commit comments