Skip to content

Commit 0191c93

Browse files
Add large file upload handling to tiscale.py
Bump version to 2.11.2
1 parent 1393024 commit 0191c93

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)