Skip to content

Commit 53e2db4

Browse files
authored
Updated to v1.0.6
1 parent b48a554 commit 53e2db4

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

PKG-INFO.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: pyclearpass
3-
Version: 1.0.5
3+
Version: 1.0.6
44
Summary: This package contains all of the API functions to work with the HPE Aruba Networking ClearPass API. This package been built based on version v6.12 but is always generated on the latest version available to download.
55
Project-URL: Homepage, https://github.com/aruba/pyclearpass
66
Author-email: Aruba Automation <aruba-automation@hpe.com>

RELEASE-NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ This document contains high level documented changes to the pyclearpass package.
3333
1. Updated references of 'Aruba ClearPass' to 'HPE Aruba Networking ClearPass'
3434
2. API code includes new, modified or deleted API that is implemented in HPE Aruba Networking ClearPass v6.12.2. To use older version built on v6.11.5, execute 'pip install pyclearpass==1.0.4'
3535
3. Updated README.md
36-
4. Updated year in license.md
36+
4. Updated year in license.md
37+
38+
## Version 1.0.6 (05/07/2024)
39+
1. Updated common.py to include accept in the header for non JSON response content types.
40+
2. Added response content-type to methods in other api files where required.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44
[project]
55
name = "pyclearpass"
6-
version = "1.0.5"
6+
version = "1.0.6"
77
authors = [{ name="Aruba Automation", email="aruba-automation@hpe.com" }]
88
dependencies = ["requests >=2.24","urllib3 >=1.25.10"]
99
description = "HPE Aruba Networking ClearPass SDK has been developed in Python v3.9 to utilise the full functionality of the HPE Aruba Networking ClearPass REST API environment. Each available REST API command is available for use in this module."

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
author_email='aruba-automation@hpe.com',
99
packages=['pyclearpass'],
1010
install_requires=['requests >=2.24','urllib3 >=1.25.10'],
11-
version='1.0.5',
11+
version='1.0.6',
1212
license='MIT',
1313
description='HPE Aruba Networking ClearPass SDK has been developed in Python v3.9 to utilise the full functionality of the HPE Aruba Networking ClearPass REST API environment. Each available REST API command is available for use in this package.',
1414
long_description=open('README.md').read(),

0 commit comments

Comments
 (0)