Skip to content

Commit

Permalink
Merge pull request #20 from PaloAltoNetworks/release-1.0.3
Browse files Browse the repository at this point in the history
Release 1.0.3
  • Loading branch information
sserrata authored Apr 26, 2018
2 parents 8ffee52 + e466548 commit 6efb1be
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
History
=======

1.0.3 (2018-04-26)
------------------

* Overhauled and updated RTDs
* Updated `__init__.py` to allow package-level imports
* Fixed issue where starrifying authorization token in `__repr__` overrode value in request header.


1.0.2 (2018-03-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pancloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
from .logging import LoggingService

__author__ = 'Palo Alto Networks'
__version__ = '1.0.2'
__version__ = '1.0.3'
Empty file removed pancloud/credentials.py
Empty file.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.0.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

setup(
name='pancloud',
version='1.0.2',
version='1.0.3',
description="Python idiomatic SDK for the Palo Alto Networks Application Framework.",
long_description=readme + '\n\n' + history,
author="Steven Serrata",
Expand Down

0 comments on commit 6efb1be

Please sign in to comment.