We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cf4a8 commit cfb406eCopy full SHA for cfb406e
HISTORY.rst
@@ -1,6 +1,18 @@
1
Release History
2
===============
3
4
+0.9.1 (2016-03-09)
5
+------------------
6
+
7
+- panrc.rst: AutoFocus API uses .panrc also.
8
9
+- pan.rc: Sanitize secrets in debug output.
10
11
+- pan.http: Handle ssl.CertificateError exception.
12
13
+- panxapi.py: api_password now optional for -l; when not specified the
14
+ user is prompted for the password (using getpass.getpass()).
15
16
0.9.0 (2016-01-27)
17
------------------
18
lib/pan/__init__.py
@@ -16,7 +16,7 @@
import logging
19
-__version__ = '0.9.0-current'
+__version__ = '0.9.1'
20
21
DEBUG1 = logging.DEBUG
22
DEBUG2 = DEBUG1 - 1
0 commit comments