File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 3
3
Release History
4
4
---------------
5
5
6
+ 0.8.5 (2018-03-16)
7
+ ++++++++++++++++++
8
+
9
+ **New **
10
+
11
+ - add debug command-line option
12
+
6
13
0.8.4 (2017-06-07)
7
14
++++++++++++++++++
8
15
9
16
**New **
10
17
11
- - added full-featured example script fetch_media.py to download media from iDigBio
12
- - added documentation for fetch_media
18
+ - add full-featured example script fetch_media.py to download media from iDigBio
19
+ - add documentation for fetch_media
13
20
14
21
**Changes **
15
22
16
- - removed fetch_media_based_on_query.py which is superceded by fetch_media.py
23
+ - remove fetch_media_based_on_query.py which is superceded by fetch_media.py
17
24
18
25
0.8.3.3 (2017-05-17)
19
26
++++++++++++++++++++
Original file line number Diff line number Diff line change 21
21
22
22
import logging
23
23
24
- __version__ = '0.8.4 '
24
+ __version__ = '0.8.5 '
25
25
26
26
27
27
def json (* args , ** kwargs ):
You can’t perform that action at this time.
0 commit comments