We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963101f commit 9f00c8eCopy full SHA for 9f00c8e
.gitignore
@@ -1,10 +1,11 @@
1
+__pycache__/
2
+*.egg
3
+*.egg-info/
4
*.pyc
5
*~
-/dist
-/build
-/docs/_build
6
-/.idea
7
-/.tox
8
-/dropbox.egg-info
+/.idea/
+/.tox/
+/build/
9
+/dist/
10
+/docs/_build/
11
/setuptools-3.1.zip
-/setuptools-3.1-py2.7.egg
dropbox/dropbox.py
@@ -4,7 +4,7 @@
'create_session',
]
-__version__ = '7.1.1'
+__version__ = '7.2.0'
import contextlib
import json
0 commit comments