Skip to content

Commit 5bc1c7b

Browse files
committed
changelog and version
1 parent 02027b0 commit 5bc1c7b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33

44

5+
## [5.101.0] - 2024-11-05
6+
7+
### Added
8+
9+
- `Enhancement` For an internal request to get data set information, like date time created/modified, ...
10+
I added a method on the SASdata object called `attrs` which returns a 1 row dataframe with each of the attributes
11+
returned by the ATTRN and ATTRC functions. Mostly they are character or numeric, but the create/modified are
12+
returned as timestamps. This provides an easy programmatic wat to access any of these values.
13+
14+
### Changed
15+
16+
- `None` Nothing changed
17+
18+
### Fixed
19+
20+
- `None` Nothing fixed
21+
22+
### Removed
23+
24+
- `None` Nothing removed
25+
26+
27+
528
## [5.100.4] - 2024-10-28
629

730
### Added

saspy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '5.100.4'
1+
__version__ = '5.101.0'

0 commit comments

Comments
 (0)