Skip to content

Commit 82e068c

Browse files
committed
v1.7.1
1 parent a6b7deb commit 82e068c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.rst

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
Release History
44
---------------
55

6+
1.7.1 (2017-07-25)
7+
++++++++++++++++++
8+
9+
**Bugfixes**
10+
11+
- Fixed bug in ``ia upload`` where all commands would fail if multiple collections were specified (e.g. -m collection:foo -m collection:bar).
12+
613
1.7.0 (2017-07-25)
714
++++++++++++++++++
815

internetarchive/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
from __future__ import absolute_import
3838

3939
__title__ = 'internetarchive'
40-
__version__ = '1.7.0'
40+
__version__ = '1.7.1'
4141
__author__ = 'Jacob M. Johnson'
4242
__license__ = 'AGPL 3'
4343
__copyright__ = 'Copyright (C) 2012-2016 Internet Archive'

0 commit comments

Comments
 (0)