Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsteves committed Jan 27, 2016
1 parent 7f329cd commit ee6b493
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Release History
===============

0.9.0 (2016-01-27)
------------------

- AutoFocus API support.

- panwfapi.py: Add hash length to hash invalid length message.

- pan.wfapi: Use email package for HTTP header retrieval and parsing;
also fixes potential issue with not handling a quoted filename in
content-disposition header.

content-disposition: attachment; filename="sample"

0.8.0 (2015-10-17)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/pan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

import logging

__version__ = '0.8.0-current'
__version__ = '0.9.0'

DEBUG1 = logging.DEBUG
DEBUG2 = DEBUG1 - 1
Expand Down

0 comments on commit ee6b493

Please sign in to comment.