Skip to content

Commit 73abd35

Browse files
committed
Bump version to 0.8.5 for release
1 parent 55f9f11 commit 73abd35

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

HISTORY.rst

+10-3
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,24 @@
33
Release History
44
---------------
55

6+
0.8.5 (2018-03-16)
7+
++++++++++++++++++
8+
9+
**New**
10+
11+
- add debug command-line option
12+
613
0.8.4 (2017-06-07)
714
++++++++++++++++++
815

916
**New**
1017

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
1320

1421
**Changes**
1522

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
1724

1825
0.8.3.3 (2017-05-17)
1926
++++++++++++++++++++

idigbio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
import logging
2323

24-
__version__ = '0.8.4'
24+
__version__ = '0.8.5'
2525

2626

2727
def json(*args, **kwargs):

0 commit comments

Comments
 (0)