Skip to content

Commit

Permalink
Merge pull request #54 from sserrata/hotfix-1.2.1
Browse files Browse the repository at this point in the history
Add requirements.txt to MANIFEST.in
  • Loading branch information
sserrata authored Jun 20, 2018
2 parents 8b140fd + a6de145 commit bc37c7d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
History
=======

1.2.1 (2018-06-20)
------------------

* Added requirements.txt to MANIFEST.in to address build issues with PyPI package.
* Fixed issue in README.rst that prevented PyPI from properly rendering.

1.2.0 (2018-06-20)
------------------

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ include CONTRIBUTING.rst
include HISTORY.rst
include LICENSE
include README.rst
include requirements.txt

recursive-include tests *
recursive-exclude * __pycache__
Expand Down
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ You'll need a `client_id`, `client_secret`, and `refresh_token`.
`API Explorer <https://github.com/PaloAltoNetworks/apiexplorer>`__ may optionally be used to perform
OAuth 2.0 and fetch tokens.

For more information visit the following RTD page::

https://pancloud.readthedocs.io/en/latest/guides/credentials.html
For more information visit the following RTD page: `Credentials <https://pancloud.readthedocs.io/en/latest/guides/credentials.html>`__

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

__author__ = 'Palo Alto Networks'
__version__ = '1.2.0'
__version__ = '1.2.1'
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.2.0
current_version = 1.2.1
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 @@ -24,7 +24,7 @@

setup(
name='pancloud',
version='1.2.0',
version='1.2.1',
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 bc37c7d

Please sign in to comment.