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 Oct 28, 2024
1 parent 3e9d67d commit b61ee79
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.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
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.3'
__version__ = '5.100.4'

0 comments on commit b61ee79

Please sign in to comment.