Skip to content

Commit 56329e9

Browse files
committed
Add info on version 0.0.10
Bumped the version to 0.0.10 with the latest changes made to the 'Tags' functionality
1 parent 8bbd2ac commit 56329e9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ The section "implemented" concludes all already developed API Routines and Calls
66

77
## Future
88

9-
* 0.0.10
9+
* 0.0.11
1010
* Add methods to check for installed applications (Status: Installed/Managed/Removed)
1111

1212
## Implemented
1313

14+
* 0.0.10
15+
* Added method check_device_tag() to check if a device has a given tag already applied
1416
* 0.0.9
1517
* Added methods add_device_tag() and remove_device_tag() under MDM.Tags()

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ wso.devices.get_id_by_alt_id(serialnumber='C09Z1TC8FJWT')
5656
* Tags
5757
* Add a Tag to a Device
5858
* Remove a Tag from a Device
59+
* Check if a tag is already applied
5960
* Users
6061
* Search for users by Username, Firstname, Lastname, Email,
6162
OrganizationGroupID, or Role

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name='pyws1uem',
15-
version='0.0.9',
15+
version='0.0.10',
1616
description=('PyWorkspaceOneUEM is a Python API library for VMware Workspace ONE UEM formerly known as AirWatch'),
1717
long_description=long_description,
1818
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)