Skip to content

Commit 6e70bc2

Browse files
committed
Bumping version to 0.5.1
1 parent 5203ea1 commit 6e70bc2

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

HISTORY.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,23 @@
33
History
44
=======
55

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+
619
0.5.0
720
-----
821

9-
Released 2017-07-14
22+
Released: 2017-07-14
1023

1124
Status: Alpha
1225

pandevice/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
__author__ = 'Palo Alto Networks'
2525
__email__ = '[email protected]'
26-
__version__ = '0.5.0'
26+
__version__ = '0.5.1'
2727

2828

2929
import logging

0 commit comments

Comments
 (0)