From fba23436afe2af52699a3d8d131d8ef8693f27a9 Mon Sep 17 00:00:00 2001 From: Alex Schneider Date: Tue, 23 Jun 2026 19:43:39 +0200 Subject: [PATCH] Release 2.6.0 --- CHANGELOG.md | 2 +- src/adanos/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a048b49..8d1c8bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to the Adanos Python SDK will be documented in this file. Format: [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html) -## [Unreleased] +## [2.6.0] - 2026-06-23 ### Added - Added `client.sentiment.analyze()` and `analyze_async()` for `POST /sentiment/v1/analyze`. diff --git a/src/adanos/__init__.py b/src/adanos/__init__.py index 65ad05d..bbea4ff 100644 --- a/src/adanos/__init__.py +++ b/src/adanos/__init__.py @@ -1,6 +1,6 @@ """Adanos Market Sentiment API — Python SDK.""" -__version__ = "2.5.0" +__version__ = "2.6.0" from ._wrapper import AdanosClient, StockSentimentClient