Skip to content

Commit 5f182da

Browse files
Merge branch 'develop' into 'main'
Add large file upload handling to tiscale.py See merge request integrations/sdk/reversinglabs-sdk-py3!36
2 parents fb95db6 + c6c61b4 commit 5f182da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ v2.5.1 (2024-04-02)
477477
- Fixed minor issues in the `advanced_search_using_network_indicators.ipynb` notebook.
478478

479479

480-
2.11.1 (2025-10-21)
480+
2.11.2 (2025-10-21)
481481
-------------------
482482
#### Improvements
483483
- **tiscale** module:

ReversingLabs/SDK/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
A Python SDK for communicating with ReversingLabs services.
66
"""
77

8-
__version__ = "2.11.1"
8+
__version__ = "2.11.2"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@
5050
"Source": "https://github.com/reversinglabs/reversinglabs-sdk-py3",
5151
"Changes": "https://github.com/reversinglabs/reversinglabs-sdk-py3/blob/main/CHANGELOG.md"
5252
},
53-
)
53+
)

0 commit comments

Comments
 (0)