From 201d6688fe632e18a0699cdb6cc7d58d980124f4 Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Thu, 2 Nov 2023 14:17:50 -0400 Subject: [PATCH] changelog and version for new release --- CHANGELOG.md | 24 ++++++++++++++++++++++++ saspy/version.py | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82a1ae7b..d8258142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ +## [5.4.4] - 2023-11-02 + +### Added + +- `None` Nothing added + +### Changed + +- `Tweak` Databricks finally enabled IPython support which allows for HTML rendering from w/in SASPy, +like in both Jupyter and Zeppelin (Zeppelin has its own rendering, but SASPy supports it). So now +display='databricks' will just use the same code as display='jupyter' so HTML can finally be rendered +for you by SASPy instead of having to run batch mode to get the HTML returned to you and then you having +to pass it to their displayHTML() method. + +### Fixed + +- `None` Nothing fixed + +### Removed + +- `None` Nothing removed + + + ## [5.4.3] - 2023-10-27 ### Added diff --git a/saspy/version.py b/saspy/version.py index 0e0a34f9..30e50bb6 100644 --- a/saspy/version.py +++ b/saspy/version.py @@ -1 +1 @@ -__version__ = '5.4.3' +__version__ = '5.4.4'