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

Commit bc37c7d

Browse files
authored
Merge pull request #54 from sserrata/hotfix-1.2.1
Add requirements.txt to MANIFEST.in
2 parents 8b140fd + a6de145 commit bc37c7d

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

HISTORY.rst

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

5+
1.2.1 (2018-06-20)
6+
------------------
7+
8+
* Added requirements.txt to MANIFEST.in to address build issues with PyPI package.
9+
* Fixed issue in README.rst that prevented PyPI from properly rendering.
10+
511
1.2.0 (2018-06-20)
612
------------------
713

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ include CONTRIBUTING.rst
33
include HISTORY.rst
44
include LICENSE
55
include README.rst
6+
include requirements.txt
67

78
recursive-include tests *
89
recursive-exclude * __pycache__

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ You'll need a `client_id`, `client_secret`, and `refresh_token`.
7777
`API Explorer <https://github.com/PaloAltoNetworks/apiexplorer>`__ may optionally be used to perform
7878
OAuth 2.0 and fetch tokens.
7979

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

8482
Example
8583
-------

pancloud/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
from .credentials import Credentials
1212

1313
__author__ = 'Palo Alto Networks'
14-
__version__ = '1.2.0'
14+
__version__ = '1.2.1'

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.2.0
2+
current_version = 1.2.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.2.0',
27+
version='1.2.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)