Skip to content

Commit

Permalink
changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomweber-sas committed Nov 5, 2024
1 parent 02027b0 commit 5bc1c7b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion saspy/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '5.100.4'
__version__ = '5.101.0'

0 comments on commit 5bc1c7b

Please sign in to comment.