We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b7deb commit 82e068cCopy full SHA for 82e068c
HISTORY.rst
@@ -3,6 +3,13 @@
3
Release History
4
---------------
5
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
13
1.7.0 (2017-07-25)
14
++++++++++++++++++
15
internetarchive/__init__.py
@@ -37,7 +37,7 @@
37
from __future__ import absolute_import
38
39
__title__ = 'internetarchive'
40
-__version__ = '1.7.0'
+__version__ = '1.7.1'
41
__author__ = 'Jacob M. Johnson'
42
__license__ = 'AGPL 3'
43
__copyright__ = 'Copyright (C) 2012-2016 Internet Archive'
0 commit comments