Skip to content

Commit 9f00c8e

Browse files
committed
Bump version.
Update .gitignore.
1 parent 963101f commit 9f00c8e

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.gitignore

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
__pycache__/
2+
*.egg
3+
*.egg-info/
14
*.pyc
25
*~
3-
/dist
4-
/build
5-
/docs/_build
6-
/.idea
7-
/.tox
8-
/dropbox.egg-info
6+
/.idea/
7+
/.tox/
8+
/build/
9+
/dist/
10+
/docs/_build/
911
/setuptools-3.1.zip
10-
/setuptools-3.1-py2.7.egg

dropbox/dropbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'create_session',
55
]
66

7-
__version__ = '7.1.1'
7+
__version__ = '7.2.0'
88

99
import contextlib
1010
import json

0 commit comments

Comments
 (0)