Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 610 Bytes

File metadata and controls

17 lines (11 loc) · 610 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.0.0] - 2024-01-09

Added

Changed

  • In Assets.py, consolidate redundant code in getAsset... functions to create a request and call the Snipe-IT server into one function.
  • For builds: stop using setup.py, which is deprecated, and switch to pyproject.toml.

Fixed

  • In Assets::getAssetsByModel(), actually use the model ID parameter when making the request.