Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
David Romero committed Sep 13, 2024
1 parent a47ace3 commit 5855f8d
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- More File Renames.
- Added classis and functions

## [0.0.19] - 2024-09-13
### changed
- More corrections

## [0.0.18] - 2024-09-13
### changed
- More corrections
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "itadvisor_client"
version = "0.0.18"
version = "0.0.19"
authors = [
{ name="David Romero", email="[email protected]" },
]
Expand Down
33 changes: 31 additions & 2 deletions src/itadvisor_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,38 @@
_UserGroups,
_UserMessage,
_Users,
_WorkOrders)
_WorkOrders)

__all__ = ('ITAdvisor')
__all__ = (ITAdvisor,
_Assets,
_AuditTrail,
_Authentication,
_AuthenticationServers,
_Backup,
_Certificates,
_ChangeRequest,
_ChangeRequestTemplate,
_Configuration,
_CustomProperties,
_Customers,
_CustomersCount,
_EquipmentBrowser,
_ETLConfiguration,
_Genomes,
_KPIS,
_Licenses,
_Mail,
_PlatformStatus,
_PowerCapacity,
_PowerPath,
_Routing,
_SensorMapping,
_StruxureOn,
_SVG,
_UserGroups,
_UserMessage,
_Users,
_WorkOrders)

if __name__ == "__main__":
pass

0 comments on commit 5855f8d

Please sign in to comment.