Skip to content

Commit 5cd6d5b

Browse files
committed
v1.9.2 and pep8 fixes
1 parent 35f07ba commit 5cd6d5b

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Release History
44
---------------
55

6-
1.9.1 (2020-03-15)
6+
1.9.2 (2020-03-15)
77
++++++++++++++++++
88

99
**Features and Improvements**

internetarchive/__init__.py

Lines changed: 1 addition & 1 deletion
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.9.1'
40+
__version__ = '1.9.2'
4141
__author__ = 'Jacob M. Johnson'
4242
__license__ = 'AGPL 3'
4343
__copyright__ = 'Copyright (C) 2012-2019 Internet Archive'

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ pep8ignore =
99
ia_upload.py E128
1010
tests/* E402
1111
internetarchive/cli/ia_download.py E501
12-
internetarchive/cli/ia_copy.py E128
12+
internetarchive/cli/ia_copy.py E128 E501
13+
internetarchive/cli/ia_copy.py E501
14+
internetarchive/cli/ia_move.py E501
1315
internetarchive/cli/ia_move.py E128
1416
pep8maxlinelength = 90
1517
flakes-ignore =

0 commit comments

Comments
 (0)