diff --git a/CHANGELOG.md b/CHANGELOG.md index beb20e25..80558b58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ +## [5.101.0] - 2024-11-05 + +### Added + +- `Enhancement` For an internal request to get data set information, like date time created/modified, ... +I added a method on the SASdata object called `attrs` which returns a 1 row dataframe with each of the attributes +returned by the ATTRN and ATTRC functions. Mostly they are character or numeric, but the create/modified are +returned as timestamps. This provides an easy programmatic wat to access any of these values. + +### Changed + +- `None` Nothing changed + +### Fixed + +- `None` Nothing fixed + +### Removed + +- `None` Nothing removed + + + ## [5.100.4] - 2024-10-28 ### Added diff --git a/saspy/version.py b/saspy/version.py index 6a75986f..00cd8fdc 100644 --- a/saspy/version.py +++ b/saspy/version.py @@ -1 +1 @@ -__version__ = '5.100.4' +__version__ = '5.101.0'