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

Commit 6efb1be

Browse files
authored
Merge pull request #20 from PaloAltoNetworks/release-1.0.3
Release 1.0.3
2 parents 8ffee52 + e466548 commit 6efb1be

File tree

5 files changed

+11
-3
lines changed

5 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.0.3 (2018-04-26)
6+
------------------
7+
8+
* Overhauled and updated RTDs
9+
* Updated `__init__.py` to allow package-level imports
10+
* Fixed issue where starrifying authorization token in `__repr__` overrode value in request header.
11+
12+
513
1.0.2 (2018-03-20)
614
------------------
715

pancloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
from .logging import LoggingService
1111

1212
__author__ = 'Palo Alto Networks'
13-
__version__ = '1.0.2'
13+
__version__ = '1.0.3'

pancloud/credentials.py

Whitespace-only changes.

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.0.2
2+
current_version = 1.0.3
33
commit = True
44
tag = True
55

setup.py

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

3939
setup(
4040
name='pancloud',
41-
version='1.0.2',
41+
version='1.0.3',
4242
description="Python idiomatic SDK for the Palo Alto Networks Application Framework.",
4343
long_description=readme + '\n\n' + history,
4444
author="Steven Serrata",

0 commit comments

Comments
 (0)