Skip to content

Commit

Permalink
v1.9.2 and pep8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjake committed Mar 15, 2020
1 parent 35f07ba commit 5cd6d5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Release History
---------------

1.9.1 (2020-03-15)
1.9.2 (2020-03-15)
++++++++++++++++++

**Features and Improvements**
Expand Down
2 changes: 1 addition & 1 deletion internetarchive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from __future__ import absolute_import

__title__ = 'internetarchive'
__version__ = '1.9.1'
__version__ = '1.9.2'
__author__ = 'Jacob M. Johnson'
__license__ = 'AGPL 3'
__copyright__ = 'Copyright (C) 2012-2019 Internet Archive'
Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ pep8ignore =
ia_upload.py E128
tests/* E402
internetarchive/cli/ia_download.py E501
internetarchive/cli/ia_copy.py E128
internetarchive/cli/ia_copy.py E128 E501
internetarchive/cli/ia_copy.py E501
internetarchive/cli/ia_move.py E501
internetarchive/cli/ia_move.py E128
pep8maxlinelength = 90
flakes-ignore =
Expand Down

0 comments on commit 5cd6d5b

Please sign in to comment.