From 5bc1c7b25e559bfd0906fc5e704c0f4d7b946002 Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Tue, 5 Nov 2024 15:40:07 -0500 Subject: [PATCH] changelog and version --- CHANGELOG.md | 23 +++++++++++++++++++++++ saspy/version.py | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) 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'