Skip to content

Commit fefcd76

Browse files
committed
Merge branch 'develop' into 'main'
Develop See merge request integrations/sdk/reversinglabs-sdk-py3!21
2 parents 8206ec6 + 6fd665f commit fefcd76

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,12 @@ v2.5.1 (2024-04-02)
389389
- Defined the latest version (2.32.3) of the requests library as a dependency. urllib3 was removed as an explicit dependency for this project.
390390
- Python 3.9 is now defined as the oldest version of Python supported by this project.
391391

392+
2.8.3 (2025-02-21)
393+
-------------------
394+
395+
#### Improvements
396+
- Added the Spectra Assure badge to the Readme file.
397+
392398

393399
### Reversinglabs SDK Cookbook changes
394400
#### Improvements

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ReversingLabs SDK
1+
# ReversingLabs SDK · [![RL Status Badge](https://secure.software/pypi/badge/reversinglabs-sdk-py3)](https://secure.software/pypi/packages/reversinglabs-sdk-py3)
22

33
The official Python SDK for using ReversingLabs services.
44

ReversingLabs/SDK/__init__.py

+1-1
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.8.2"
8+
__version__ = "2.8.3"

0 commit comments

Comments
 (0)