Skip to content

Commit 869a0da

Browse files
committed
version and changelog for new release
1 parent 4a40dd5 commit 869a0da

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# Changelog
22

33

4+
## [5.103.2] - 2025-07-11
5+
6+
### Added
7+
8+
- `None` Nothing Added
9+
10+
### Changed
11+
12+
- `None` Nothing Changed
13+
14+
### Fixed
15+
16+
- `Fix` I broke download() in the HTTP access method with that last release! :( 2 days ago. Cut-n-paste error doing all
17+
of those try: except: around the http calls. This is a one line fix to remove the read I accidently inserted. The problem
18+
that resulted was not a failure, but rather 0 byte files after the 'successful' download.
19+
20+
### Removed
21+
22+
- `None` Nothing removed
23+
24+
25+
426
## [5.103.1] - 2025-07-08
527

628
### Added

saspy/version.py

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

0 commit comments

Comments
 (0)