Skip to content

Commit

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

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

## [0.0.17] - 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.17"
version = "0.0.18"
authors = [
{ name="David Romero", email="[email protected]" },
]
Expand Down
31 changes: 30 additions & 1 deletion src/itadvisor_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
from . import(itadvisor_client)

from .itadvisor_client import(ITAdvisor)
from .itadvisor_client import(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)

__all__ = ('ITAdvisor')

Expand Down

0 comments on commit a47ace3

Please sign in to comment.