Skip to content

Commit

Permalink
Updated to V1.0.3
Browse files Browse the repository at this point in the history
Missing '_new_api_token' rename from ClearPassAPILogin (common.py) and in sync with Pypi.
  • Loading branch information
jazzyj123 authored Sep 12, 2023
1 parent c715b2d commit b052fc2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PKG-INFO.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: pyclearpass
Version: 1.0.2
Version: 1.0.3
Summary: This package contains all of the API functions to work with the ClearPass API. This package been built based on Aruba ClearPass v6.11.4
Project-URL: Homepage, https://github.com/aruba/pyclearpass
Author-email: Aruba Automation <[email protected]>
Expand Down
4 changes: 3 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ Initial Release
8. Updated ClearPassAPILogin class method _send_request to include a except for KeyError
9. All file names updated
10. Updated __init__.py to reflect new filenames
11. Updated README.md
11. Updated README.md
## Version 1.0.3
1. Missing '_new_api_token' rename from ClearPassAPILogin (common.py)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "pyclearpass"
version = "1.0.2"
version = "1.0.3"
authors = [{ name="Aruba Automation", email="[email protected]" }]
dependencies = ["requests >=2.24","urllib3 >=1.25.10"]
description = "Aruba ClearPass SDK has been developed in Python v3.9 to utilise the full functionality of the Aruba ClearPass REST API environment. Each available REST API command is available for use in this module."
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author_email='[email protected]',
packages=['pyclearpass'],
install_requires=['requests >=2.24','urllib3 >=1.25.10'],
version='1.0.2',
version='1.0.3',
license='MIT',
description='Aruba ClearPass SDK has been developed in Python v3.9 to utilise the full functionality of the Aruba ClearPass REST API environment. Each available REST API command is available for use in this module.',
long_description=open('README.md').read(),
Expand Down

0 comments on commit b052fc2

Please sign in to comment.