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.
2 parents fb95db6 + c6c61b4 commit 5f182daCopy full SHA for 5f182da
CHANGELOG.md
@@ -477,7 +477,7 @@ v2.5.1 (2024-04-02)
477
- Fixed minor issues in the `advanced_search_using_network_indicators.ipynb` notebook.
478
479
480
-2.11.1 (2025-10-21)
+2.11.2 (2025-10-21)
481
-------------------
482
#### Improvements
483
- **tiscale** module:
ReversingLabs/SDK/__init__.py
@@ -5,4 +5,4 @@
5
A Python SDK for communicating with ReversingLabs services.
6
"""
7
8
-__version__ = "2.11.1"
+__version__ = "2.11.2"
setup.py
@@ -50,4 +50,4 @@
50
"Source": "https://github.com/reversinglabs/reversinglabs-sdk-py3",
51
"Changes": "https://github.com/reversinglabs/reversinglabs-sdk-py3/blob/main/CHANGELOG.md"
52
},
53
-)
+)
0 commit comments