Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit c51e4c8

Browse files
authored
Bump version: 1.5.0 → 1.5.1 (#134)
1 parent c807286 commit c51e4c8

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
History
33
=======
44

5+
1.5.1 (2019-04-26)
6+
------------------
7+
8+
* Updated Pipfile.lock.
9+
* Replaced recursion with loop pattern in `LoggingService` `xpoll()` method.
10+
* Added `decode('utf-8')` to base64 decoded JWT to ensure compatibility with `json.loads()`.
11+
* Addressed minor typos in docs.
12+
513
1.5.0 (2019-02-27)
614
------------------
715

pancloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""Main package for pancloud."""
44

55
__author__ = 'Palo Alto Networks'
6-
__version__ = '1.5.0'
6+
__version__ = '1.5.1'
77

88
from .directorysync import DirectorySyncService
99
from .event import EventService

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.0
2+
current_version = 1.5.1
33
commit = True
44
tag = True
55

setup.py

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

2525
setup(
2626
name='pancloud',
27-
version='1.5.0',
27+
version='1.5.1',
2828
description="Python idiomatic SDK for the Palo Alto Networks Application Framework.",
2929
long_description=readme + '\n\n' + history,
3030
author="Steven Serrata",

0 commit comments

Comments
 (0)