From b61ee792e87dfe685da0c88ff86533ecd735ee68 Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Mon, 28 Oct 2024 16:45:21 -0400 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 8ae42bf4..beb20e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,29 @@ +## [5.100.4] - 2024-10-28 + +### Added + +- `None` Nothing added + +### Changed + +- `None` Nothing changed + +### Fixed + +- `Tweak` This was from an internal reported issue. I noticed 2 places where I was submitting code internally where +I was missing the results='text' that I use for internal code submissions that don't need ODS results. For an unusual +(not user case) reason that was causing them a problem. There's no issue reported from the field for this, so just +cleaning up these 2 submits so they are the same as all of the others. + +### Removed + +- `None` Nothing removed + + + ## [5.100.3] - 2024-09-10 ### Added diff --git a/saspy/version.py b/saspy/version.py index 8442b015..6a75986f 100644 --- a/saspy/version.py +++ b/saspy/version.py @@ -1 +1 @@ -__version__ = '5.100.3' +__version__ = '5.100.4'