We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5203ea1 commit 6e70bc2Copy full SHA for 6e70bc2
HISTORY.rst
@@ -3,10 +3,23 @@
3
History
4
=======
5
6
+0.5.1
7
+-----
8
+
9
+Released: 2017-09-12
10
11
+Status: Alpha
12
13
+- Fix: Security and NAT policy XPATH problems
14
+- Fix: `base.PanDevice.create_from_device()`'s check for certain Panorama devices
15
+- Fix: `firewall.Firewall.organize_into_vsys()`'s behavior with importables that aren't imported
16
+- Fix: `refreshall()`'s behavior when it has a `device.Vsys` parent
17
18
19
0.5.0
20
-----
21
-Released 2017-07-14
22
+Released: 2017-07-14
23
24
Status: Alpha
25
pandevice/__init__.py
@@ -23,7 +23,7 @@
__author__ = 'Palo Alto Networks'
__email__ = '[email protected]'
26
-__version__ = '0.5.0'
+__version__ = '0.5.1'
27
28
29
import logging
0 commit comments