We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a40dd5 commit 869a0daCopy full SHA for 869a0da
CHANGELOG.md
@@ -1,6 +1,28 @@
1
# Changelog
2
3
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
26
## [5.103.1] - 2025-07-08
27
28
### Added
saspy/version.py
@@ -1 +1 @@
-__version__ = '5.103.1'
+__version__ = '5.103.2'
0 commit comments